Correctly specify run_tests for all apps in ci_config
Reviewed By: talah Differential Revision: D3552776 fbshipit-source-id: 690ab316fa3dc761cf8f2903542ee6ed5cb15b37
This commit is contained in:
parent
ff0eb47dbd
commit
0b6f0fcf55
Binary file not shown.
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 147 KiB |
Binary file not shown.
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 175 KiB |
|
@ -25,7 +25,7 @@ XCODE_PROJECT="Examples/UIExplorer/UIExplorer.xcodeproj"
|
|||
XCODE_SCHEME="UIExplorer"
|
||||
XCODE_SDK="iphonesimulator"
|
||||
if [ -z "$XCODE_DESTINATION" ]; then
|
||||
XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 5,OS=9.3"
|
||||
XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 5s,OS=9.3"
|
||||
fi
|
||||
|
||||
# Support for environments without xcpretty installed
|
||||
|
|
Loading…
Reference in New Issue