mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
|
||||
''}
|
||||
''}
|
||||
${stdenv.lib.optionalString generateXCArchive ''
|
||||
mkdir -p $out
|
||||
mv "${name}.xcarchive" $out
|
||||
''}
|
||||
|
||||
# Delete our temp keychain
|
||||
${deleteKeychain}
|
||||
|
Loading…
Reference in New Issue
Block a user