Add some flake checks

This commit is contained in:
Eelco Dolstra 2019-06-03 12:29:42 +02:00
parent 0042183717
commit 517acb4ca8
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -17,6 +17,9 @@
};
};
checks.build = hydraJobs.build.x86_64-linux;
checks.install = hydraJobs.tests.install.x86_64-linux;
packages.hydra = hydraJobs.build.x86_64-linux;
defaultPackage = packages.hydra;