mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-26 18:20:27 +01:00
[gha] build zlib release binaries too
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
b15fcc9cbd
commit
8b6313d041
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build-windows-msvc.yml
vendored
5
.github/workflows/build-windows-msvc.yml
vendored
|
@ -17,11 +17,12 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Build and install zlib
|
||||
env:
|
||||
BUILD_TYPE: Debug
|
||||
run: |
|
||||
powershell -Command "(Invoke-WebRequest -Uri https://raw.githubusercontent.com/r4sas/zlib.install/master/install.bat -OutFile install_zlib.bat)"
|
||||
powershell -Command "(Get-Content install_zlib.bat) | Set-Content install_zlib.bat" # fixing line endings
|
||||
set BUILD_TYPE=Debug
|
||||
./install_zlib.bat
|
||||
set BUILD_TYPE=Release
|
||||
./install_zlib.bat
|
||||
del install_zlib.bat
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue