summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/test.sh
blob: 630a99686d665abaccb00135702633f40150686b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

set -e
set -o pipefail
set -u

xcodebuild \
    -project ./platform/ios/test/ios-tests.xcodeproj \
    -scheme 'Mapbox GL Tests' \
    -sdk iphonesimulator \
    -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \
    -destination 'platform=iOS Simulator,name=iPad 2,OS=latest' \
    test