CI(Windows): updated to use zlib 1.3

This commit is contained in:
Gary Wang 2023-08-22 20:34:33 +08:00
parent 32fc6735bd
commit 116d24087a
No known key found for this signature in database
GPG Key ID: 5D30A4F15EA78760

View File

@ -47,9 +47,9 @@ build_script:
- cd %APPVEYOR_BUILD_FOLDER%
# download and install zlib for KArchive
- cd %LIBZ%
- curl -fsSL -o zlib1213.zip https://zlib.net/zlib1213.zip
- 7z x zlib1213.zip -y
- cd zlib-1.2.13
- curl -fsSL -o zlib13.zip https://zlib.net/zlib13.zip
- 7z x zlib13.zip -y
- cd zlib-1.3
- mkdir build
- cd build
- cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%CMAKE_INSTALL_PREFIX%