bouquins-bchs/.gitlab-ci.yml
2017-04-02 20:12:24 +02:00

15 lines
142 B
YAML

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