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
6adb0fd9
Commit
6adb0fd9
authored
Mar 19, 2017
by
DonLakeFlyer
Browse files
Switch Linux builds to 5.7
parent
7dd9e3c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
6adb0fd9
...
...
@@ -89,9 +89,9 @@ before_install:
install
:
# linux dependencies: qt
-
if [ "${SPEC}" = "linux-g++-64" ]; then
wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.
8.0
-linux-min.tar.bz2 &&
tar jxf Qt5.
8.0
-linux-min.tar.bz2 -C /tmp &&
export PATH=/tmp/Qt5.
8
-linux/5.
8
/gcc_64/bin:$PATH &&
wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.
7.1
-linux-min.tar.bz2 &&
tar jxf Qt5.
7.1
-linux-min.tar.bz2 -C /tmp &&
export PATH=/tmp/Qt5.
7
-linux/5.
7
/gcc_64/bin:$PATH &&
export DISPLAY=:99.0 &&
sh -e /etc/init.d/xvfb start
;
...
...
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