mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user