Skip to content
Snippets Groups Projects
Commit 34e4c882 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Travis CI: Another go at packages

parent e5ac953b
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment