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

CI: Add assertions enabled builds on Travis

This time for sure
This commit is contained in:
Nikita Kniazev
2020-06-14 23:00:30 +03:00
parent 262d3efc3e
commit cd46686ecc

View File

@@ -103,6 +103,9 @@ before_install:
using $(toolset-name) : $(toolset-feature) : ccache $(cxx) ;
# Release variant with enabled asserts
variant sanitize : <optimization>speed <debug-symbols>off <inlining>full
<runtime-debugging>off ;
# Ignore some warnings
feature.feature known-warnings : suppress : optional incidental propagated ;
@@ -159,6 +162,6 @@ before_install:
- cd $JOB
script:
- b2 link=shared threading=multi variant=release runtime-debugging=on,off
- b2 link=shared threading=multi variant=release,sanitize
toolset=$TRAVIS_COMPILER cxxstd=$STD $STDLIB
warnings=extra known-warnings=suppress warnings-as-errors=on