mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
166c417204
Removed unneeded SDL packages.
13 lines
294 B
YAML
13 lines
294 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
script: make USE_CODEC_VORBIS=1 USE_FREETYPE=1 CFLAGS=-DRAVENMD4
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev
|
|
|
|
notifications:
|
|
irc: "irc.freenode.org#ioquake3"
|