lilium-voyager/.travis.yml

17 lines
346 B
YAML
Raw Normal View History

2013-03-06 04:29:38 +00:00
language: c
compiler:
- gcc
- clang
script: ./build-test.sh
before_install:
2013-03-07 17:07:15 +00:00
- 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:
irc: "irc.freenode.org#ioquake3"
2013-03-07 23:29:18 +00:00
on_success: change
on_failure: always