mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Silence Windows XP CI instance.
This commit is contained in:
parent
7fb7b06dec
commit
d7048c3768
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -156,14 +156,14 @@ jobs:
|
||||
deploy: true
|
||||
deploy-name: windows
|
||||
|
||||
# No code coverage supported
|
||||
- name: Windows MSVC XP
|
||||
os: windows-latest
|
||||
compiler: cl
|
||||
# Don't use find_package for 3rd party libraries which are installed incorrectly on GitHub CI instances
|
||||
cmake-args: -D MZ_FORCE_FETCH_LIBS=ON -D CMAKE_C_FLAGS="-D_WIN32_WINNT=0x501" -D CMAKE_CXX_FLAGS="-D_WIN32_WINNT=0x501"
|
||||
deploy: true
|
||||
deploy-name: windowsxp
|
||||
# # No code coverage supported
|
||||
# - name: Windows MSVC XP
|
||||
# os: windows-latest
|
||||
# compiler: cl
|
||||
# # Don't use find_package for 3rd party libraries which are installed incorrectly on GitHub CI instances
|
||||
# cmake-args: -D MZ_FORCE_FETCH_LIBS=ON -D CMAKE_C_FLAGS="-D_WIN32_WINNT=0x501" -D CMAKE_CXX_FLAGS="-D_WIN32_WINNT=0x501"
|
||||
# deploy: true
|
||||
# deploy-name: windowsxp
|
||||
|
||||
- name: Windows GCC
|
||||
os: windows-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user