mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
* Always create hydra-build-products, otherwise the build is made
available as a one-click install which is not useful. svn path=/nixos/trunk/; revision=19296
This commit is contained in:
parent
8e375da98e
commit
4c2fe97acc
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ rec {
|
|||
mv $i $out/coverage-data/$(dirname $i)
|
||||
done
|
||||
|
||||
touch $out/nix-support/hydra-build-products
|
||||
|
||||
for i in $out/*.png; do
|
||||
echo "report screenshot $i" >> $out/nix-support/hydra-build-products
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue