2013-01-21 16:37:58 -05:00
|
|
|
language: cpp
|
2014-12-05 09:54:19 -05:00
|
|
|
before_install: ./util/travis/before_install.sh
|
|
|
|
script: ./util/travis/script.sh
|
2015-09-03 00:53:35 -04:00
|
|
|
sudo: required
|
2013-01-21 16:43:56 -05:00
|
|
|
notifications:
|
|
|
|
email: false
|
2014-09-19 18:05:14 -04:00
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
2016-10-05 16:17:22 -04:00
|
|
|
include:
|
2015-02-27 18:05:29 -05:00
|
|
|
- env: PLATFORM=Win32
|
2016-10-05 16:17:22 -04:00
|
|
|
compiler: gcc
|
|
|
|
os: linux
|
2015-02-27 18:05:29 -05:00
|
|
|
- env: PLATFORM=Win64
|
2016-10-05 16:17:22 -04:00
|
|
|
compiler: gcc
|
|
|
|
os: linux
|
|
|
|
- env: PLATFORM=Unix COMPILER=clang
|
2014-12-05 09:54:19 -05:00
|
|
|
compiler: clang
|
2016-01-29 09:15:58 -05:00
|
|
|
os: osx
|
2016-10-05 16:17:22 -04:00
|
|
|
- env: PLATFORM=Unix COMPILER=g++
|
|
|
|
compiler: gcc
|
|
|
|
os: linux
|
|
|
|
- env: PLATFORM=Unix COMPILER=clang
|
|
|
|
compiler: clang
|
|
|
|
os: linux
|
|
|
|
- env: PLATFORM=Unix COMPILER=g++-6
|
|
|
|
compiler: gcc
|
|
|
|
os: linux
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources: &sources
|
|
|
|
- ubuntu-toolchain-r-test
|