Skip to content

Commit 6dc0fb4

Browse files
committed
DEBUG ICU search
1 parent 5098741 commit 6dc0fb4

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,17 @@ jobs:
360360
if: matrix.coverage
361361
run: ci/codecov.sh "collect" && mv coverage.info coverage.iconv.info
362362

363+
- name: Check ICU
364+
if: '!matrix.coverity'
365+
run: 'ci/build.sh || true'
366+
env:
367+
B2_FLAGS: -a boost.locale.icu=on boost.locale.iconv=off --debug-configuration
368+
B2_TARGETS: libs/locale/build//has_icu
363369
- name: Run tests with ICU only
364370
if: '!matrix.coverity'
365371
run: ci/build.sh
366372
env: {B2_FLAGS: -a boost.locale.icu=on boost.locale.iconv=off}
373+
367374
- name: Collect coverage
368375
if: matrix.coverage
369376
run: ci/codecov.sh "collect" && mv coverage.info coverage.icu.info
@@ -452,6 +459,18 @@ jobs:
452459
B2_CXXSTD: ${{matrix.cxxstd}}
453460
B2_ADDRESS_MODEL: ${{matrix.addrmd}}
454461

462+
- name: Check ICU
463+
if: '!matrix.coverage'
464+
run: |
465+
set B2_FLAGS=boost.locale.icu=on boost.locale.iconv=off boost.locale.std=off boost.locale.winapi=off --debug-configuration
466+
ci\build.bat
467+
rmdir /s /q bin.v2
468+
env:
469+
B2_TOOLSET: ${{matrix.toolset}}
470+
B2_CXXSTD: ${{matrix.cxxstd}}
471+
B2_ADDRESS_MODEL: ${{matrix.addrmd}}
472+
B2_TARGETS: libs/locale/build//has_icu
473+
455474
- name: Run tests (ICU, without coverage)
456475
if: '!matrix.coverage'
457476
run: |

0 commit comments

Comments
 (0)