main: add windows-no-hardware-tests

pull/16/head
Astro 2019-04-22 00:09:27 +02:00
parent fd8215b774
commit 921de6d579
1 changed files with 12 additions and 0 deletions

View File

@ -51,6 +51,18 @@ in
constituents = builtins.attrValues jobs;
};
windows-no-hardware-tests = pkgs.stdenv.mkDerivation {
name = "windows-no-hardware-tests";
# dummy src
src = generatedNix;
buildInputs = [ (windowsRunner {}) ];
phases = [ "buildPhase" ];
buildPhase = ''
${windowsRunner {}}/bin/run.sh
touch $out
'';
};
# HACK: Abuse fixed-output derivations to escape the sandbox and run the hardware
# unit tests, all integrated in the Hydra interface.
# One major downside of this hack is the tests are only run when generateTestOkHash