stockholm/.gitlab-ci.yml

5 lines
159 B
YAML
Raw Normal View History

2017-08-16 11:56:27 +00:00
nix-shell test:
script:
- nix-shell --pure --command 'true' -p stdenv && echo success
- nix-shell --pure --command 'false' -p stdenv || echo success