mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Travis CI: Cleanup
This commit is contained in:
+2
-4
@@ -10,10 +10,8 @@ before_script:
|
|||||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||||
# Travis specific tools
|
# Travis specific tools
|
||||||
- sudo apt-get install -qq s3cmd grep zip
|
- sudo apt-get install -qq s3cmd grep zip
|
||||||
# General toolchain dependencies libgcc1-i386 libstdc++5:i386 libstdc++6:i386
|
# General toolchain dependencies
|
||||||
- sudo apt-get install -qq libc6-i386
|
- sudo apt-get install -qq libc6-i386 gcc-4.7-base:i386 python-serial python-argparse python-empy
|
||||||
- sudo apt-get install gcc-4.7-base:i386
|
|
||||||
- sudo apt-get install -qq python-serial python-argparse python-empy
|
|
||||||
- sudo apt-get install -qq flex bison libncurses5-dev autoconf texinfo build-essential libtool zlib1g-dev genromfs git wget cmake
|
- sudo apt-get install -qq flex bison libncurses5-dev autoconf texinfo build-essential libtool zlib1g-dev genromfs git wget cmake
|
||||||
- pushd .
|
- pushd .
|
||||||
- cd ~
|
- cd ~
|
||||||
|
|||||||
Reference in New Issue
Block a user