Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Use a matrix for iOS tests #1727

Closed
jfirebaugh opened this issue Jun 15, 2015 · 0 comments
Closed

Use a matrix for iOS tests #1727

jfirebaugh opened this issue Jun 15, 2015 · 0 comments
Labels
iOS Mapbox Maps SDK for iOS tests

Comments

@jfirebaugh
Copy link
Contributor

Use -destination arguments for xcodebuild / xctool to run tests against a matrix of hardware / iOS version.

Previously we were using:

    -destination 'platform=iOS Simulator,name=iPhone 5s,OS=7.1' \
    -destination 'platform=iOS Simulator,name=iPhone 5s,OS=latest' \
    -destination 'platform=iOS Simulator,name=iPad 2,OS=7.1' \
    -destination 'platform=iOS Simulator,name=iPad 2,OS=latest' \

But in #1452 we disabled these due to Travis incompatibilities.

@jfirebaugh jfirebaugh added iOS Mapbox Maps SDK for iOS tests labels Jun 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
iOS Mapbox Maps SDK for iOS tests
Projects
None yet
Development

No branches or pull requests

1 participant