lilium-voyager/.travis.yml

13 lines
248 B
YAML
Raw Normal View History

2013-03-06 04:29:38 +00:00
language: c
compiler:
- gcc
- clang
2013-03-06 04:29:38 +00:00
script: make
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev
notifications:
irc: "irc.freenode.org#ioquake3"