Travis CI: Another go at packages

This commit is contained in:
Lorenz Meier
2015-04-04 11:49:31 +02:00
parent e5ac953bab
commit 34e4c882c5

View File

@@ -10,8 +10,10 @@ 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
- sudo apt-get install -qq libc6-i386 libgcc1-i386 gcc-4.6-base-i386 libstdc++5-i386 libstdc++6-i386
# General toolchain dependencies libgcc1-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 -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 .