mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Add an installer test
This runs the installer in a QEMU VM. Unlike the old installer test that ran inside a declaratively built RedHat/Debian image, this uses an image from Vagrant.
This commit is contained in:
parent
b8f334bd85
commit
fae3b4fe8a
3 changed files with 168 additions and 0 deletions
|
@ -546,6 +546,11 @@
|
|||
# againstLatestStable = testNixVersions pkgs pkgs.nix pkgs.nixStable;
|
||||
} "touch $out");
|
||||
|
||||
installerTests = import ./tests/installer {
|
||||
binaryTarballs = self.hydraJobs.binaryTarball;
|
||||
inherit nixpkgsFor;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
checks = forAllSystems (system: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue