forked from M-Labs/nix-scripts
make artiq and board package available for extended tests
This commit is contained in:
parent
c2496b4dcb
commit
fc93b19ba7
4
main.nix
4
main.nix
|
@ -22,10 +22,10 @@ let
|
|||
in
|
||||
jobs // {
|
||||
generated-nix = pkgs.lib.hydraJob generatedNix;
|
||||
channel = pkgs.releaseTools.channel {
|
||||
channel = pkgs.releaseTools.channel rec {
|
||||
name = "main";
|
||||
src = generatedNix;
|
||||
constituents = builtins.attrValues jobs;
|
||||
};
|
||||
extended-tests = pkgs.runCommand "extended-tests" {} "cp ${./extended-tests.py} $out;";
|
||||
extended-tests = pkgs.runCommand "extended-tests" { propagatedBuildInputs = [artiq artiq-board-kc705-nist_clock]; } "cp ${./extended-tests.py} $out;";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue