Add hydraJobs with tests and packages
This commit is contained in:
parent
967cfba8ec
commit
6491ba90ad
@ -31,6 +31,11 @@
|
|||||||
(filterAttrs (_: isDerivation))
|
(filterAttrs (_: isDerivation))
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hydraJobs = {
|
||||||
|
inherit (self.legacyPackages.x86_64-linux.bsc-ci) test;
|
||||||
|
packages = self.packages.${system};
|
||||||
|
};
|
||||||
|
|
||||||
# propagate nixpkgs lib, so we can do bscpkgs.lib
|
# propagate nixpkgs lib, so we can do bscpkgs.lib
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user