mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +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:
|
||||
- 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
|
Loading…
Reference in a new issue