diff options
author | makefu <github@syntax-fehler.de> | 2017-08-16 13:56:27 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-08-16 13:56:27 +0200 |
commit | 8a185125754aa89890eb1746c748138a6eb7c2ab (patch) | |
tree | 5bf427a7be90863409590b5f9876941af11d7407 /.gitlab-ci.yml | |
parent | a795766f3a881d43f92dcafcf26eeb765e993ed7 (diff) |
gitlab-ci: init
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 000000000..e6ee187cb --- /dev/null +++ b/.gitlab-ci.yml @@ -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 |