Skip to content

Commit

Permalink
ICU-22954 DEBUG: icu4c-windows-cygwin-gcc ...
Browse files Browse the repository at this point in the history
  • Loading branch information
roubert committed Dec 27, 2024
1 parent 7040909 commit d7b1c3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/icu_merge_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -896,13 +896,14 @@ jobs:
${{ env.CYG_ROOT }}/bin/sh -lc 'echo Hello' && ${{ env.CYG_ROOT }}/bin/sh -lc 'uname -a'
- name: Build ICU (source and test)
run: |
${{ env.CYG_ROOT }}/bin/bash -lc "cd $(cygpath \"${{ github.workspace }}\") && cd icu4c/source && ./runConfigureICU Cygwin && make tests -j -l4.5"
${{ env.CYG_ROOT }}/bin/bash -lc "cd $(cygpath \"${{ github.workspace }}\") && cd icu4c/source && ./runConfigureICU --enable-debug --disable-release Cygwin && make tests -j -l4.5"
env:
CC: gcc
CXX: g++
CPPFLAGS: -D_GLIBCXX_DEBUG
- name: Run Tests
run: |
${{ env.CYG_ROOT }}/bin/bash -lc "cd $(cygpath \"${{ github.workspace }}\") && cd icu4c/source && make -j -l4.5 check"
${{ env.CYG_ROOT }}/bin/bash -lc "cd $(cygpath \"${{ github.workspace }}\") && cd icu4c/source && make check"
env:
CC: gcc
CXX: g++

0 comments on commit d7b1c3a

Please sign in to comment.