gonito/.gitlab-ci.yml

15 lines
220 B
YAML
Raw Normal View History

2019-08-24 12:18:06 +02:00
image: fpco/stack-build:lts-12.26
2018-09-14 08:56:26 +02:00
stages:
- build
build:
stage: build
script:
- apt-get update
- apt-get install libfcgi-dev -y
- ./build.sh
artifacts:
paths:
- gonito-distribution.tar.gz