bouquins-bchs/.gitlab-ci.yml

19 lines
215 B
YAML

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