gitlab-ci: test env

This commit is contained in:
makefu 2017-08-16 15:10:06 +02:00 committed by lassulus
parent 40260dc273
commit a627e844c3

View File

@ -1,4 +1,5 @@
nix-shell test:
script:
- env
- nix-shell --pure --command 'true' -p stdenv && echo success
- nix-shell --pure --command 'false' -p stdenv || echo success