summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f4791b104fcca508ce1d3ad41d256a66d79e040d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: c
compiler:
  - gcc
  - clang

script: ./build-test.sh

before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw32
  
notifications:
  irc: "irc.freenode.org#ioquake3"