Update .travis.yml

This commit is contained in:
Gennadiy Civil 2018-11-26 15:44:23 -05:00 committed by GitHub
parent 28a3261fdf
commit 87589af5ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,31 @@ matrix:
- os: linux - os: linux
compiler: clang compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUCXX=ON env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUCXX=ON
- os: linux
sudo: true
compiler: gcc-6
env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- os: linux
sudo: true
compiler: gcc-7
env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- os: osx - os: osx
compiler: gcc compiler: gcc
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
@ -67,5 +92,6 @@ addons:
- g++-4.9 - g++-4.9
- clang-3.9 - clang-3.9
notifications: notifications:
email: false email: false