summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: dac609b56aec8b8f0619dfd90f958907f3c654fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: c
compiler:
  - gcc
  - clang
  - i686-w64-mingw32-gcc

script: ./build-test.sh

before_install:
  - sudo apt-get update -qq
  - sudo apt-get remove -qq -y mingw32
  - sudo apt-get install -q -y libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
  
notifications:
  irc: "irc.freenode.org#tremulous-dev"
  on_success: change
  on_failure: always