mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 22:42:09 +00:00
13 lines
261 B
YAML
13 lines
261 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
script: ./build-test.sh
|
|
|
|
before_install:
|
|
- sudo apt-get update -q
|
|
- sudo apt-get install -q libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
|
|
|
|
notifications:
|
|
irc: "irc.freenode.org#ioquake3"
|