forked from mirrors/nixpkgs
xcodeenv: publish xcarchive directory in the output store path if requested
This commit is contained in:
parent
f2bd9d4745
commit
112ebed491
|
@ -121,6 +121,10 @@ stdenv.mkDerivation {
|
||||||
echo "doc install \"$out/$appname.html\"" >> $out/nix-support/hydra-build-products
|
echo "doc install \"$out/$appname.html\"" >> $out/nix-support/hydra-build-products
|
||||||
''}
|
''}
|
||||||
''}
|
''}
|
||||||
|
${stdenv.lib.optionalString generateXCArchive ''
|
||||||
|
mkdir -p $out
|
||||||
|
mv "${name}.xcarchive" $out
|
||||||
|
''}
|
||||||
|
|
||||||
# Delete our temp keychain
|
# Delete our temp keychain
|
||||||
${deleteKeychain}
|
${deleteKeychain}
|
||||||
|
|
Loading…
Reference in a new issue