We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714b68f commit 69cf6edCopy full SHA for 69cf6ed
scripts/ios/run.sh
@@ -28,5 +28,5 @@ if [[ ${PUBLISH_PLATFORM} = 'ios' ]]; then
28
else
29
# build & test iOS
30
mapbox_time "run_ios_tests" \
31
- make ipackage-sim
+ make itest
32
fi
scripts/ios/test.sh
@@ -4,13 +4,8 @@ set -e
4
set -o pipefail
5
set -u
6
7
-xcodebuild \
+xctool \
8
-project ./test/ios/ios-tests.xcodeproj \
9
-scheme 'Mapbox GL Tests' \
10
- -sdk iphonesimulator \
11
- -destination 'platform=iOS Simulator,name=iPhone 5s,OS=7.1' \
12
- -destination 'platform=iOS Simulator,name=iPhone 5s,OS=latest' \
13
- -destination 'platform=iOS Simulator,name=iPad 2,OS=7.1' \
14
- -destination 'platform=iOS Simulator,name=iPad 2,OS=latest' \
15
- test \
16
- | xcpretty
+ -sdk iphonesimulator8.3 \
+ test
0 commit comments