diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-08-22 15:17:43 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-08-22 15:17:43 +0200 |
commit | 4b7f861a6477b5f53c18e1eb1d72079b260b8841 (patch) | |
tree | 807d1fc7acc6647d9061f429a8f24de4aee70f2c /scripts | |
parent | b68a2a4f7631c2b4556421b3d55d46bfe7b553f6 (diff) | |
download | qtlocation-mapboxgl-4b7f861a6477b5f53c18e1eb1d72079b260b8841.tar.gz |
use submodule version for ios build
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis_script.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/travis_script.sh b/scripts/travis_script.sh index 4f02c5b7e5..aaa8b54c0c 100755 --- a/scripts/travis_script.sh +++ b/scripts/travis_script.sh @@ -20,7 +20,8 @@ elif [[ ${TRAVIS_OS_NAME} == "osx" ]]; then # # build iOS # - git clone --depth 1 https://github.com/mapbox/mapbox-gl-cocoa ios/mapbox-gl-cocoa + git submodule init + git submodule update make iproj-cli xcodebuild -project ./build/ios/mapbox-gl-cocoa/app/mapboxgl-app.xcodeproj -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO fi |