aboutsummaryrefslogtreecommitdiffstats
path: root/lib/entityx/.travis.yml
blob: c06dba4f3080a28f056bbdc30e5c0fdb3f96656f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: cpp
compiler:
  - clang
  - gcc
before_install:
  - sudo apt-add-repository -y ppa:jkeiren/ppa
  - if test $CC = gcc; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
  - sudo add-apt-repository -y ppa:george-edison55/precise-backports
  - sudo apt-get update -qq
  - if test $CC = gcc; then sudo apt-get install --yes --force-yes gcc-4.7 g++-4.7; fi
  - if test $CC = gcc; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 20; fi
  - if test $CC = gcc; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 20; fi
  - if test $CC = gcc; then sudo update-alternatives --config gcc; fi
  - if test $CC = gcc; then sudo update-alternatives --config g++; fi
  - sudo apt-get install --yes --force-yes cmake cmake-data

script: ./scripts/travis.sh