Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
b38533c9
Commit
b38533c9
authored
Mar 27, 2016
by
Don Gagne
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3090 from DonLakeFlyer/TravisOSXQt
Travis: Use Qt5.5 download for OSX
parents
6e417447
68e195bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
.travis.yml
.travis.yml
+7
-4
No files found.
.travis.yml
View file @
b38533c9
...
...
@@ -86,10 +86,13 @@ install:
&& sh -e /etc/init.d/xvfb start
;
elif [[ "${TRAVIS_OS_NAME}" = "osx" && "${SPEC}" != "ios" ]]; then
brew update;
brew update
&& brew install qt5
&& export PATH=/usr/local/opt/qt5/bin:$PATH
wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.5.1-mac-clang.tar.bz2
&& mkdir -p ~/qt
&& tar jxf Qt5.5.1-mac-clang.tar.bz2 -C ~/qt
&& export QT_DIR=Qt5.5-mac-clang/5.5/clang_64
&& export PATH=~/qt/$QT_DIR/bin:$PATH
&& export QT_QPA_PLATFORM_PLUGIN_PATH=~/qt/$QT_DIR/plugins
&& export QML2_IMPORT_PATH=~/qt/$QT_DIR/qml
;
elif [[ "${TRAVIS_OS_NAME}" = "osx" && "${SPEC}" = "ios" ]]; then
wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.5.1-ios.tar.bz2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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