2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

CI: Test with both asserts on and off

Did not make the same to Appveyor because it will be a big time hit
This commit is contained in:
Nikita Kniazev
2020-03-03 18:00:57 +03:00
parent e63f0d337b
commit abc2a97cf9

View File

@@ -155,7 +155,7 @@ before_install:
- rm -rf $PROJECT
- ./bootstrap.sh --with-toolset=clang --with-libraries=$TEST_LINK_DEPS
- ./b2 headers
- ./b2 threading=multi variant=release
- ./b2 threading=multi variant=release runtime-debugging=on,off
toolset=$TRAVIS_COMPILER cxxstd=${STD#*,} $STDLIB
warnings=off
@@ -167,6 +167,6 @@ before_install:
- cd $JOB
script:
- b2 threading=multi variant=release
- b2 threading=multi variant=release runtime-debugging=on,off
toolset=$TRAVIS_COMPILER cxxstd=$STD $STDLIB
warnings=on known-warnings=suppress warnings-as-errors=on