Fixed the auto build, for details go here: https://travis-ci.org/ioquake/ioq3

This commit is contained in:
Zachary Slater 2013-03-05 23:52:24 -08:00
parent a90a52c6a6
commit 8e5bf01bcc
1 changed files with 5 additions and 1 deletions

View File

@ -2,5 +2,9 @@ language: c
compiler:
- gcc
- clang
# Change this to your needs
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