Files
illusion-arena-engine/.travis.yml
hairball db64d359a0 Update Travis CI for now so it doesn't try to cross compile this branch
The other branches should cross compile fine.  Revert this change once
ioquake3 adds vorbis or else when OpenArena merges it from a branch.
2014-02-10 11:22:24 +00:00

19 lines
440 B
YAML

language: c
compiler:
- gcc
- clang
# These fail because ioquake3 is missing vorbis
# Re-enable after they add vorbis or OA imports it
# - i686-w64-mingw32-gcc
# - x86_64-w64-mingw32-gcc
script: ./travis-ci-build.sh
before_install:
- sudo apt-get update -qq
- sudo apt-get remove -qq -y mingw32
- sudo apt-get install -q -y libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
notifications:
email: false