bouquins-bchs/.gitlab-ci.yml
2017-04-02 20:16:27 +02:00

15 lines
143 B
YAML

stages:
- build
build:
stage: build
script:
- make
artifacts:
paths:
- '*.o'
expire_in: 1 hour
tags:
- kcgi