mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-13 07:57:23 +00:00
Merge branch 'HEAD' of https://github.com/ioquake/ioq3.git
This commit is contained in:
commit
61248cb4c5
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
language: c
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
|
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"
|
Loading…
Reference in a new issue