2019-08-22 17:18:11 +02:00
|
|
|
|
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
|
2019-08-24 10:10:13 +02:00
|
|
|
build:
|
|
|
|
image: fpco/stack-build:lts-12.26
|
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
- stack install
|
|
|
|
- stack test
|
|
|
|
|
|
|
|
# does not work yet, work in progress
|
|
|
|
build-static-binary:on-schedule:
|
|
|
|
image: nixos/nix
|
2019-08-22 17:18:11 +02:00
|
|
|
stage: build
|
2019-08-24 10:10:13 +02:00
|
|
|
only:
|
|
|
|
- schedule
|
2019-08-22 17:18:11 +02:00
|
|
|
script:
|
|
|
|
- $(nix-build --no-link -A fullBuildScript)
|