gitlab-ci: test env
This commit is contained in:
parent
d608f17c4c
commit
dc6fd2531f
@ -1,4 +1,5 @@
|
|||||||
nix-shell test:
|
nix-shell test:
|
||||||
script:
|
script:
|
||||||
|
- env
|
||||||
- nix-shell --pure --command 'true' -p stdenv && echo success
|
- nix-shell --pure --command 'true' -p stdenv && echo success
|
||||||
- nix-shell --pure --command 'false' -p stdenv || echo success
|
- nix-shell --pure --command 'false' -p stdenv || echo success
|
||||||
|
Loading…
Reference in New Issue
Block a user