geval/.gitlab-ci.yml

12 lines
181 B
YAML
Raw Normal View History

2019-08-22 17:18:11 +02:00
# recipe for building a fully static binary on GitLabCI
image: nixos/nix
stages:
- build
build-binary:
stage: build
script:
- $(nix-build --no-link -A fullBuildScript)