aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-04-04 11:57:13 +0200
committerLorenz Meier <lm@inf.ethz.ch>2015-04-04 11:57:13 +0200
commit4786fe400e41c6f17b649171c368b36e9427e786 (patch)
tree791191d83889fff03f41f082bd9a17160fa80137 /.travis.yml
parent34e4c882c512102095c1b62bd6c5fc2e59a81bfa (diff)
downloadpx4-firmware-4786fe400e41c6f17b649171c368b36e9427e786.tar.gz
px4-firmware-4786fe400e41c6f17b649171c368b36e9427e786.tar.bz2
px4-firmware-4786fe400e41c6f17b649171c368b36e9427e786.zip
Travis CI: Package nuisance
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 193ac0e7e..0b13c538a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,10 +10,9 @@ before_script:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
# Travis specific tools
- sudo apt-get install -qq s3cmd grep zip
-# General toolchain dependencies libgcc1-i386
+# General toolchain dependencies libgcc1-i386 libstdc++5:i386 libstdc++6:i386
- sudo apt-get install -qq libc6-i386
- - sudo apt-get install gcc-4.6-base:i386
- - sudo apt-get install libstdc++5:i386 libstdc++6:i386
+ - 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
- pushd .