✨ option to switch off exceptions
This commit is contained in:
parent
74cbd30cd0
commit
1ab26ab367
6 changed files with 335 additions and 261 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -71,6 +71,21 @@ matrix:
|
|||
after_success:
|
||||
- make cppcheck
|
||||
|
||||
# no exceptions
|
||||
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env:
|
||||
- COMPILER=g++-4.9
|
||||
- SPECIAL=no_exceptions
|
||||
- TEST_PATTERN="-e \"*\""
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
packages: [g++-4.9, cppcheck]
|
||||
before_script:
|
||||
- make FLAGS="-fno-exceptions"
|
||||
|
||||
# Coveralls (http://gronlier.fr/blog/2015/01/adding-code-coverage-to-your-c-project/)
|
||||
|
||||
- os: linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue