diff options
author | Zack Middleton <zturtleman@gmail.com> | 2013-03-06 16:04:06 -0600 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-19 16:41:15 +0000 |
commit | 7b2a6c5150412a5699e5b12e5000a1683b094b18 (patch) | |
tree | 770ca354ee104fc523a5d8554aa2afd0260cdbde /.travis.yml | |
parent | 9974e3a2ab7134cac8651c35eb8e95f4eb221997 (diff) |
autobuild: Enable Ogg Vorbis, Freetype, and MDR model support
Removed unneeded SDL packages.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 17031b45..818e49a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,11 @@ compiler: - gcc - clang -script: make +script: make USE_CODEC_VORBIS=1 USE_FREETYPE=1 CFLAGS=-DRAVENMD4 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 + - sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev notifications: - irc: "irc.freenode.org#ioquake3"
\ No newline at end of file + irc: "irc.freenode.org#ioquake3" |