gitlab-ci: init
This commit is contained in:
parent
a795766f3a
commit
8a18512575
4
.gitlab-ci.yml
Normal file
4
.gitlab-ci.yml
Normal file
@ -0,0 +1,4 @@
|
||||
nix-shell test:
|
||||
script:
|
||||
- nix-shell --pure --command 'true' -p stdenv && echo success
|
||||
- nix-shell --pure --command 'false' -p stdenv || echo success
|
Loading…
Reference in New Issue
Block a user