forked from filipg/gonito
Add GitLabCI files
This commit is contained in:
parent
d3be4493c1
commit
30ba1afcbd
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user