mirror of
https://github.com/curl/curl.git
synced 2026-07-09 13:07:16 +03:00
GHA/windows: verify 1448 2046 2047 in IDN Unicode jobs
These IDN tests pass with Unicode and fail without.
Follow-up to cb22cfca69 #14077
Closes #14188
This commit is contained in:
parent
18f1cd7a77
commit
c21c51db6a
1 changed files with 4 additions and 1 deletions
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
|
@ -654,7 +654,10 @@ jobs:
|
|||
run: |
|
||||
export TFLAGS='-j14 !TFTP !MQTT !WebSockets !SMTP ~FTP ${{ matrix.tflags }}'
|
||||
if [[ '${{ matrix.config }}' = *'-DUSE_WIN32_IDN=ON'* ]]; then
|
||||
TFLAGS+=' ~165 ~1448 ~2046 ~2047'
|
||||
TFLAGS+=' ~165'
|
||||
if [[ '${{ matrix.config }}' != *'-DENABLE_UNICODE=ON'* ]]; then
|
||||
TFLAGS+=' ~1448 ~2046 ~2047'
|
||||
fi
|
||||
fi
|
||||
PATH="$PWD/bld/lib:$VCPKG_INSTALLATION_ROOT/installed/${{ matrix.arch }}-${{ matrix.plat }}/bin:$PATH"
|
||||
cmake --build bld --config '${{ matrix.type }}' --target test-ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue