Unverified Commit 4259f9c2 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5992 from DonLakeFlyer/iOSXCode

iOS using wrong Xcode
parents 13484425 5e985fbf
......@@ -30,7 +30,7 @@ matrix:
env: SPEC=macx-clang CONFIG=installer
sudo: required
- os: osx
osx_image: xcode8
osx_image: xcode9.2
env: SPEC=macx-ios-clang CONFIG=release
sudo: false
# OSX builds pared back to installer only since travis sucks so bad we can't afford more than one'
......@@ -132,7 +132,10 @@ install:
# ios dependencies: qt
- if [ "${SPEC}" = "macx-ios-clang" ]; then
wget --quiet https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.9.3-ios-min.tar.bz2 &&
wget --quiet https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.9.3-ios-min.tar.bz2
;
fi
- if [ "${SPEC}" = "macx-ios-clang" ]; then
tar jxf Qt5.9.3-ios-min.tar.bz2 -C /tmp &&
export IOS_CCACHE_CC=`/usr/bin/xcrun -sdk iphoneos -find clang` &&
export IOS_CCACHE_CXX=`/usr/bin/xcrun -sdk iphoneos -find clang++` &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment