gitlab-ci: init

This commit is contained in:
makefu 2017-08-16 13:56:27 +02:00
parent a795766f3a
commit 8a18512575
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 4 additions and 0 deletions

4
.gitlab-ci.yml Normal file
View 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