Skip to content

Commit

Permalink
DEBUG ICU search
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Dec 14, 2024
1 parent c5d5e1a commit ee767a7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,12 @@ jobs:
if: '!matrix.coverity'
run: ci/build.sh
env: {B2_FLAGS: -a boost.locale.icu=off boost.locale.iconv=on}
- name: Check ICU
if: '!matrix.coverity'
run: 'ci/build.sh || true'
env:
B2_FLAGS: -a boost.locale.icu=on boost.locale.iconv=off --debug-configuration
B2_TARGETS: libs/locale/build//has_icu
- name: Run tests with ICU only
if: '!matrix.coverity'
run: ci/build.sh
Expand Down Expand Up @@ -407,6 +413,18 @@ jobs:
B2_CXXSTD: ${{matrix.cxxstd}}
B2_ADDRESS_MODEL: ${{matrix.addrmd}}

- name: Check ICU
if: '!matrix.coverage'
run: |
set B2_FLAGS=boost.locale.icu=on boost.locale.iconv=off boost.locale.std=off boost.locale.winapi=off --debug-configuration
ci\build.bat
rmdir /s /q bin.v2
env:
B2_TOOLSET: ${{matrix.toolset}}
B2_CXXSTD: ${{matrix.cxxstd}}
B2_ADDRESS_MODEL: ${{matrix.addrmd}}
B2_TARGETS: libs/locale/build//has_icu

- name: Run tests (ICU, without coverage)
if: '!matrix.coverage'
run: |
Expand Down

0 comments on commit ee767a7

Please sign in to comment.