aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/ios
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2014-11-17 21:50:34 +0100
committerMemphiz <memphis@machzwo.de>2014-11-17 21:50:34 +0100
commit3ea82c9bc7daa128e521f929cddafb307b8c6096 (patch)
tree468f724eca8db35f61b71d937d52d33f20b33b07 /tools/buildsteps/ios
parent17ea045441a36b297a1df935af76e55e13dc0168 (diff)
[jenkins/darwin] - ensure that audioencoder addons are not removed from tree during cleanup (same like with pvr addons before) - fixed missing audioencoder addons in nightlies.
Diffstat (limited to 'tools/buildsteps/ios')
-rwxr-xr-xtools/buildsteps/ios/prepare-depends4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildsteps/ios/prepare-depends b/tools/buildsteps/ios/prepare-depends
index 5f7bc391a1..12dae4d09d 100755
--- a/tools/buildsteps/ios/prepare-depends
+++ b/tools/buildsteps/ios/prepare-depends
@@ -3,8 +3,8 @@ XBMC_PLATFORM_DIR=ios
. $WORKSPACE/tools/buildsteps/defaultenv
#clean without depends for skipping depends build if possible
-#also skip pvraddons as long as they are deployed in tree
-cd $WORKSPACE;git clean -xfd -e "tools/depends" -e "addons/pvr.*"
+#also skip binary addons (pvr, audioencoder) as long as they are deployed in tree
+cd $WORKSPACE;git clean -xfd -e "tools/depends" -e "addons/pvr.*" -e "addons/audioencoder.*"
if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ]
then