Disable Boost exceptions for coverage

This commit is contained in:
Krystian Stasiowski
2020-02-15 18:06:15 -05:00
parent 1ca7253c14
commit 5babe5d0c9

View File

@ -121,7 +121,7 @@ jobs:
- COMMENT=codecov.io
- B2_CXXSTD=11
- B2_TOOLSET=gcc-8
- B2_DEFINES="define=BOOST_NO_STRESS_TEST=1"
- B2_DEFINES="define=BOOST_NO_STRESS_TEST=1, define=BOOST_EXCEPTION_DISABLE"
addons: *gcc-8
script:
- cd $BOOST_ROOT/libs/$SELF