mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Don't use find_package for GitHub CI Windows instances.
This commit is contained in:
parent
b81e65c531
commit
e61419f5e8
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -138,14 +138,16 @@ jobs:
|
||||
- name: Windows MSVC
|
||||
os: windows-latest
|
||||
compiler: cl
|
||||
# Don't use find_package for 3rd party libraries which are installed incorrectly on GitHub CI instances
|
||||
cmake-args: -DZLIB_FORCE_FETCH=ON -DZSTD_FORCE_FETCH=ON -DLIBLZMA_FORCE_FETCH=ON
|
||||
deploy: true
|
||||
deploy-name: windows
|
||||
|
||||
- name: Windows GCC
|
||||
os: windows-latest
|
||||
compiler: gcc
|
||||
# Don't use find_package for zlib (installed by PostgreSQL)
|
||||
cmake-args: -DMZ_CODE_COVERAGE=ON -G Ninja -DZLIB_FORCE_FETCH=ON -DZSTD_FORCE_FETCH=ON
|
||||
# Don't use find_package for 3rd party libraries which are installed incorrectly on GitHub CI instances
|
||||
cmake-args: -DMZ_CODE_COVERAGE=ON -G Ninja -DZLIB_FORCE_FETCH=ON -DZSTD_FORCE_FETCH=ON -DLIBLZMA_FORCE_FETCH=ON
|
||||
codecov: windows_gcc
|
||||
|
||||
# No code coverage on release builds
|
||||
|
Loading…
x
Reference in New Issue
Block a user