Add no-exception and no-rtti to build matrix

This commit is contained in:
Scott Graham
2018-04-27 11:27:06 -07:00
parent dc043e1ca6
commit 95ec42d95f
2 changed files with 11 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ matrix:
group: deprecated-2017Q4
compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux
compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUCXX=ON
- os: osx
compiler: gcc
env: BUILD_TYPE=Debug VERBOSE=1