mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
Travis CI: Install GCC 4.8 as well
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ compiler: gcc
|
||||
before_script:
|
||||
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq g++-4.8 libstdc++-4.8-dev
|
||||
- sudo apt-get install -qq gcc-4.8 g++-4.8 libstdc++-4.8-dev
|
||||
# Travis specific tools
|
||||
- sudo apt-get install s3cmd grep zip mailutils
|
||||
# General toolchain dependencies
|
||||
|
||||
Reference in New Issue
Block a user