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
36e16418
Commit
36e16418
authored
Oct 18, 2015
by
Daniel Agar
Browse files
travis-ci use homebrew qt 5.5.1
parent
388b5fdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
36e16418
...
...
@@ -61,11 +61,9 @@ install:
&& sh -e /etc/init.d/xvfb start
;
elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then
brew tap PX4/homebrew-px4
&& brew update
&& brew install qt54
&& brew linkapps qt54
&& export PATH=/usr/local/opt/qt54/bin:$PATH
brew update
&& brew install qt5
&& export PATH=/usr/local/opt/qt5/bin:$PATH
;
elif [ "${TRAVIS_OS_NAME}" = "android" ]; then
wget http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin
...
...
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