gitlab-ci: add test stage

(cherry picked from commit eb7f39f0aa)
This commit is contained in:
Robert Helgesson
2019-08-14 00:45:26 +02:00
parent 45a73067ac
commit cf5e08cfb8

View File

@@ -1,6 +1,18 @@
image: nixos/nix:latest
pages:
stages:
- test
- deploy
Run tests:
stage: test
script:
- nix-shell tests -A run.all
only:
- release-19.03
Deploy manual:
stage: deploy
script:
- mkdir -p ~/.config/nixpkgs
- echo '{ manual.html.enable = true; }' > ~/.config/nixpkgs/home.nix