Skip to content

Commit a989201

Browse files
committed
DEBUG ICU search
1 parent c5d5e1a commit a989201

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)