geval/.gitlab-ci.yml

20 lines
312 B
YAML
Raw Normal View History

2019-08-22 17:18:11 +02:00
stages:
- build
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
only:
- schedule
2019-08-22 17:18:11 +02:00
script:
- $(nix-build --no-link -A fullBuildScript)