summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/test.sh
blob: 2192ac7f4d3ff1da9c2b7fc896f589ee259998c8 (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 ./test/ios/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