Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
c62e41bf
Commit
c62e41bf
authored
Sep 18, 2016
by
dogmaphobic
Browse files
Fixing .travis.yml scripts
parent
c999cb94
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
c62e41bf
...
...
@@ -125,7 +125,7 @@ install:
export QT_DIR=Qt5.5-mac-clang/5.5/clang_64 &&
export QT_QPA_PLATFORM_PLUGIN_PATH=/tmp/$QT_DIR/plugins &&
export QML2_IMPORT_PATH=/tmp/$QT_DIR/qml &&
export PATH=/tmp/$QT_DIR/bin:$PATH
export PATH=/tmp/$QT_DIR/bin:$PATH
&&
tools/patch_qt_for_xcode8.sh
;
fi
...
...
@@ -136,7 +136,7 @@ install:
tar jxf Qt5.5.1-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++` &&
export PATH=/tmp/ios/bin:$PATH
export PATH=/tmp/ios/bin:$PATH
&&
tools/patch_qt_for_xcode8.sh
;
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment