ioq3quest/.travis.yml
2013-03-07 16:46:13 +00:00

13 lines
263 B
YAML

language: c
compiler:
- gcc
- clang
script: ./build-test.sh
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
notifications:
irc: "irc.freenode.org#ioquake3"