mirror of
https://github.com/UberGames/ioef.git
synced 2024-12-18 00:21:40 +00:00
13 lines
No EOL
248 B
YAML
13 lines
No EOL
248 B
YAML
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" |