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

set -e
set -o pipefail
set -u

xctool \
    -project ./test/ios/ios-tests.xcodeproj \
    -scheme 'Mapbox GL Tests' \
    -sdk iphonesimulator8.4 \
    test