bouquins-bchs/.gitlab-ci.yml

15 lines
153 B
YAML

stages:
- build
build:
stage: build
script:
- make package
artifacts:
paths:
- build/*
expire_in: 1 hour
tags:
- kcgi