gitlab-ci: init

This commit is contained in:
makefu 2017-08-16 13:56:27 +02:00 committed by lassulus
parent 8980f4229a
commit eaa79454d4

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