stockholm/.gitlab-ci.yml
2017-09-06 11:05:45 +02:00

5 lines
159 B
YAML

nix-shell test:
script:
- nix-shell --pure --command 'true' -p stdenv && echo success
- nix-shell --pure --command 'false' -p stdenv || echo success