react-native/build.sh

18 lines
411 B
Bash
Raw Normal View History

2015-03-18 04:12:13 +00:00
#!/bin/sh
2015-03-18 17:35:49 +00:00
set -e
2015-03-18 04:12:13 +00:00
xctool \
-project IntegrationTests/IntegrationTests.xcodeproj \
-scheme IntegrationTests \
-sdk iphonesimulator8.1 \
-destination "platform=iOS Simulator,OS=${1},name=iPhone 5" \
build test
xctool \
-project Examples/UIExplorer/UIExplorer.xcodeproj \
-scheme UIExplorer \
-sdk iphonesimulator8.1 \
-destination "platform=iOS Simulator,OS=${1},name=iPhone 5" \
build test