ci: test public-cof configuration
This commit is contained in:
parent
2721ad9b71
commit
4355c00f8e
1 changed files with 4 additions and 0 deletions
|
@ -19,5 +19,9 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- "export NIX_PATH=nixpkgs=/var/nixpkgs"
|
- "export NIX_PATH=nixpkgs=/var/nixpkgs"
|
||||||
- "echo Building remote-builder-01 && nix-build krops.nix -A test-remote-builder-01 && ./result"
|
- "echo Building remote-builder-01 && nix-build krops.nix -A test-remote-builder-01 && ./result"
|
||||||
|
- name: Build public-cof configuration
|
||||||
|
commands:
|
||||||
|
- "export NIX_PATH=nixpkgs=/var/nixpkgs"
|
||||||
|
- "echo Building public-cof && nix-build krops.nix -A test-public-cof && ./result"
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue