mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Fixed the auto build, for details go here: https://travis-ci.org/ioquake/ioq3
This commit is contained in:
parent
a90a52c6a6
commit
8e5bf01bcc
1 changed files with 5 additions and 1 deletions
|
@ -2,5 +2,9 @@ language: c
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
# Change this to your needs
|
|
||||||
script: make
|
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
|
Loading…
Reference in a new issue