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

split OS X & two-way iOS builds to three-point matrix on Travis #880

Closed
incanus opened this issue Feb 14, 2015 · 2 comments
Closed

split OS X & two-way iOS builds to three-point matrix on Travis #880

incanus opened this issue Feb 14, 2015 · 2 comments
Assignees
Labels
build iOS Mapbox Maps SDK for iOS macOS Mapbox Maps SDK for macOS
Milestone

Comments

@incanus
Copy link
Contributor

incanus commented Feb 14, 2015

elif [[ ${TRAVIS_OS_NAME} == "osx" ]]; then
#
# build OS X
#
mapbox_time "build_osx_project" \
make xosx -j$JOBS
#
# build iOS
#
mapbox_time "build_ios_project_device_release" \
make ios -j$JOBS
mapbox_time "build_ios_project_simulator_debug" \
make isim -j$JOBS
fi

@incanus incanus added iOS Mapbox Maps SDK for iOS build macOS Mapbox Maps SDK for macOS labels Feb 14, 2015
@incanus incanus self-assigned this Feb 14, 2015
@incanus incanus added this to the iOS Beta milestone Feb 14, 2015
@jfirebaugh
Copy link
Contributor

Let's wait to try this. Given how long OSX builds tend to be queued on Travis it could end up taking longer overall.

@incanus
Copy link
Contributor Author

incanus commented Apr 7, 2015

Testing here has gone well in e.g. https://travis-ci.org/mapbox/mapbox-gl-native/builds/57421692. This will get rolled in as part of #1219.

@incanus incanus added this to the iOS Beta 1 milestone Apr 7, 2015
incanus added a commit that referenced this issue Apr 7, 2015
fixes #1189, #880: split OS X/iOS builds & deploy iOS to S3
@incanus incanus closed this as completed Apr 7, 2015
incanus added a commit that referenced this issue Apr 24, 2015
fixes #830, #880: bring back iOS tests; split OS X & iOS tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build iOS Mapbox Maps SDK for iOS macOS Mapbox Maps SDK for macOS
Projects
None yet
Development

No branches or pull requests

2 participants