gitlab-ci: add test stage

This commit is contained in:
Robert Helgesson 2019-08-14 00:45:26 +02:00
parent 7310cfc557
commit eb7f39f0aa
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

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:
- master
Deploy manual:
stage: deploy
script:
- mkdir -p ~/.config/nixpkgs
- echo '{ manual.html.enable = true; }' > ~/.config/nixpkgs/home.nix