cicpoffs/.gitlab-ci.yml

9 lines
110 B
YAML

build:
stage: build
script:
- make
artifacts:
paths:
- cicpoffs
expire_in: 10 minutes