bouquins-bchs/.gitlab-ci.yml
2017-04-03 21:07:56 +02:00

15 lines
161 B
YAML

stages:
- build
build:
stage: build
script:
- make package
artifacts:
paths:
- bouquins.tar.gz
expire_in: 1 hour
tags:
- kcgi