File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,12 @@ 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 :
325+ B2_FLAGS : -a boost.locale.icu=on boost.locale.iconv=off --debug-configuration
326+ B2_TARGETS : libs/locale/build//has_icu
321327 - name : Run tests with ICU only
322328 if : ' !matrix.coverity'
323329 run : ci/build.sh
@@ -407,6 +413,18 @@ jobs:
407413 B2_CXXSTD : ${{matrix.cxxstd}}
408414 B2_ADDRESS_MODEL : ${{matrix.addrmd}}
409415
416+ - name : Check ICU
417+ if : ' !matrix.coverage'
418+ run : |
419+ set B2_FLAGS=boost.locale.icu=on boost.locale.iconv=off boost.locale.std=off boost.locale.winapi=off --debug-configuration
420+ ci\build.bat
421+ rmdir /s /q bin.v2
422+ env :
423+ B2_TOOLSET : ${{matrix.toolset}}
424+ B2_CXXSTD : ${{matrix.cxxstd}}
425+ B2_ADDRESS_MODEL : ${{matrix.addrmd}}
426+ B2_TARGETS : libs/locale/build//has_icu
427+
410428 - name : Run tests (ICU, without coverage)
411429 if : ' !matrix.coverage'
412430 run : |
You can’t perform that action at this time.
0 commit comments