Fixes build server script errors.

This commit is contained in:
Krunoslav Zaher 2015-08-24 21:47:12 +02:00
parent da53e617bc
commit 60ecf938b8
2 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,7 @@ if [ "${IS_LOCAL}" -eq 1 ]; then
IOS7_SIMULATORS="RxSwiftTest-iPhone4s-iOS_7.1 RxSwiftTest-iPhone5-iOS_7.1 RxSwiftTest-iPhone5s-iOS_7.1"
IOS8_SIMULATORS="RxSwiftTest-iPhone4s-iOS_8.4 RxSwiftTest-iPhone5-iOS_8.4 RxSwiftTest-iPhone5s-iOS_8.4 RxSwiftTest-iPhone6-iOS_8.4 RxSwiftTest-iPhone6Plus-iOS_8.4"
#IOS9_SIMULATORS="RxSwiftTest-iPhone4s-iOS_9.0 RxSwiftTest-iPhone5-iOS_9.0 RxSwiftTest-iPhone5s-iOS_9.0 RxSwiftTest-iPhone6-iOS_9.0 RxSwiftTest-iPhone6Plus-iOS_9.0"
IOS9_SIMULATORS="cRxSwiftTest-iPhone6-iOS_9.0"
IOS9_SIMULATORS="RxSwiftTest-iPhone6-iOS_9.0"
else
IOS7_SIMULATORS="RxSwiftTest-iPhone4s-iOS_7.1"
IOS8_SIMULATORS="RxSwiftTest-iPhone4s-iOS_8.4"

View File

@ -1,4 +1,3 @@
. scripts/common.sh
IS_LOCAL=0
if [ "$#" -eq 1 ]; then
@ -27,6 +26,8 @@ else
fi
fi
ISLOCAL="${IS_LOCAL}" . scripts/common.sh
#make sure all iOS tests pass
for configuration in "Debug" "Release-Tests" "Release"
do