summaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
blob: b125b79d0d8d6899d317ddd7450132193c604928 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: cpp
compiler:
  - gcc
  - clang
env:
  - SUBTARGET=arcade
  - SUBTARGET=mess
script:
  - if [ $CC == 'clang' ];
    then make -j2 linux_x64_clang;
    else make -j2;
    fi
sudo: required
before_install:
  - sudo add-apt-repository ppa:zoogie/sdl2-snapshots -y
  - sudo add-apt-repository ppa:shahar-evron/qt-backports -y
  - sudo apt-get update -qq
  - sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libasound2-dev libqt4-dev libqt4-dev-bin