File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,10 @@ jobs:
318318 if : ' !matrix.coverity'
319319 run : ci/build.sh
320320 env : {B2_FLAGS: -a boost.locale.icu=off boost.locale.iconv=on}
321+ - name : Check ICU
322+ if : ' !matrix.coverity'
323+ run : ci/build.sh || true
324+ env : {B2_FLAGS: -a boost.locale.icu=on boost.locale.iconv=off --debug-configuration, B2_TARGETS:libs/locale/build//has_icu}
321325 - name : Run tests with ICU only
322326 if : ' !matrix.coverity'
323327 run : ci/build.sh
@@ -407,6 +411,18 @@ jobs:
407411 B2_CXXSTD : ${{matrix.cxxstd}}
408412 B2_ADDRESS_MODEL : ${{matrix.addrmd}}
409413
414+ - name : Check ICU
415+ if : ' !matrix.coverage'
416+ run : |
417+ set B2_FLAGS=boost.locale.icu=on boost.locale.iconv=off boost.locale.std=off boost.locale.winapi=off --debug-configuration
418+ ci\build.bat
419+ rmdir /s /q bin.v2
420+ env :
421+ B2_TOOLSET : ${{matrix.toolset}}
422+ B2_CXXSTD : ${{matrix.cxxstd}}
423+ B2_ADDRESS_MODEL : ${{matrix.addrmd}}
424+ B2_TARGETS : libs/locale/build//has_icu
425+
410426 - name : Run tests (ICU, without coverage)
411427 if : ' !matrix.coverage'
412428 run : |
You can’t perform that action at this time.
0 commit comments