aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-12-18 18:27:10 -0800
committerJason Wray <jason@mapbox.com>2018-03-30 14:31:24 -0400
commitedb21c1179b881234ca0cc679b768b04f3417a60 (patch)
tree58f5f472fac345bd0e6f400ecbf82cb4a956e118
parentcf5d2ca4efc6e00798f03aebaa1c6902f0330230 (diff)
[ios, build] Test on all supported iOS versions concurrently
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c521d674..620bfc7a3 100644
--- a/Makefile
+++ b/Makefile
@@ -200,7 +200,11 @@ IOS_XCODEBUILD_SIM = xcodebuild \
ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES \
-derivedDataPath $(IOS_OUTPUT_PATH) \
-configuration $(BUILDTYPE) -sdk iphonesimulator \
- -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \
+ -destination 'platform=iOS Simulator,name=iPhone 8,OS=latest' \
+ -destination 'platform=iOS Simulator,name=iPad Pro (10.5-inch),OS=latest' \
+ -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3.1' \
+ -destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.3' \
+ -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.4' \
-workspace $(IOS_WORK_PATH)
$(IOS_PROJ_PATH): $(IOS_USER_DATA_PATH)/WorkspaceSettings.xcsettings $(BUILD_DEPS)