stockholm/.gitlab-ci.yml

6 lines
169 B
YAML
Raw Normal View History

2017-08-16 13:56:27 +02:00
nix-shell test:
script:
2017-08-16 15:10:06 +02:00
- env
2017-08-16 13:56:27 +02:00
- nix-shell --pure --command 'true' -p stdenv && echo success
- nix-shell --pure --command 'false' -p stdenv || echo success