2013-12-19 15:07:58 -05:00
|
|
|
language: cpp
|
2014-05-10 08:03:36 -04:00
|
|
|
|
2015-05-23 08:45:05 -04:00
|
|
|
compiler:
|
|
|
|
- clang
|
|
|
|
- gcc
|
2014-05-10 08:03:36 -04:00
|
|
|
|
2015-05-23 08:45:05 -04:00
|
|
|
before_install:
|
2014-12-13 17:09:37 -05:00
|
|
|
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
|
|
|
- sudo apt-get update -qq
|
2014-11-23 09:21:44 -05:00
|
|
|
|
|
|
|
install:
|
2014-12-13 17:09:37 -05:00
|
|
|
- sudo apt-get install -qq g++-4.8
|
2015-05-23 08:45:05 -04:00
|
|
|
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
|
|
|
|
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90
|
2014-12-25 02:59:28 -05:00
|
|
|
|
|
|
|
# lua, needed for style checking and possibly later on for bindings generation
|
|
|
|
- sudo apt-get install -qq lua5.1
|
2014-11-23 09:21:44 -05:00
|
|
|
|
2014-05-10 08:12:01 -04:00
|
|
|
script: ./CIbuild.sh
|
2014-05-10 08:03:36 -04:00
|
|
|
|
2014-03-07 14:26:36 -05:00
|
|
|
env:
|
2014-03-10 16:52:13 -04:00
|
|
|
- TRAVIS_MCSERVER_BUILD_TYPE=RELEASE MCSERVER_PATH=./MCServer
|
|
|
|
- TRAVIS_MCSERVER_BUILD_TYPE=DEBUG MCSERVER_PATH=./MCServer_debug
|
2013-12-19 15:42:40 -05:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|