mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Keep patched zlib files
This commit is contained in:
parent
e0944bde91
commit
af80df1820
1 changed files with 3 additions and 2 deletions
|
@ -53,8 +53,9 @@ for:
|
|||
- mkdir \usr\local\bin
|
||||
- mkdir \usr\local\include
|
||||
- mkdir \usr\local\lib
|
||||
- curl -fsSL -o zlib%zlib_version:.=%.zip --retry 10 https://zlib.net/zlib%zlib_version:.=%.zip
|
||||
- 7z x -aoa -o%APPVEYOR_BUILD_FOLDER%\ext\zlib zlib%zlib_version:.=%.zip
|
||||
- SET ZLIB_ZIP=.downloaded-cache\zlib%zlib_version:.=%.zip
|
||||
- if not exist %ZLIB_ZIP% curl -fsSL -o %ZLIB_ZIP% --retry 10 https://zlib.net/zlib%zlib_version:.=%.zip
|
||||
- 7z x -aos -o%APPVEYOR_BUILD_FOLDER%\ext\zlib %ZLIB_ZIP%
|
||||
- for %%I in (%OPENSSL_DIR%\*.dll) do mklink /h \usr\local\bin\%%~nxI %%I
|
||||
- attrib +r /s /d
|
||||
- mkdir %Platform%-mswin_%vs%
|
||||
|
|
Loading…
Reference in a new issue