Files
illusion-arena-engine/.travis.yml
2019-09-29 19:34:30 +02:00

17 lines
391 B
YAML

language: c
compiler:
- gcc
# 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 install -q -y libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
notifications:
email: false