15 lines
210 B
YAML
15 lines
210 B
YAML
image: fpco/stack-build
|
|
|
|
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- apt-get update
|
|
- apt-get install libfcgi-dev -y
|
|
- ./build.sh
|
|
artifacts:
|
|
paths:
|
|
- gonito-distribution.tar.gz
|