mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
appveyor.yml: Update zlib
* Update zlib to 1.2.11 * Use https instead of http git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8a4382a7b1
commit
78295b6b86
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ install:
|
|||
- mkdir \usr\local\bin
|
||||
- mkdir \usr\local\include
|
||||
- mkdir \usr\local\lib
|
||||
- appveyor DownloadFile http://downloads.sourceforge.net/project/libpng/zlib/1.2.8/zlib128.zip
|
||||
- 7z x -o%APPVEYOR_BUILD_FOLDER%\ext\zlib zlib128.zip
|
||||
- appveyor DownloadFile https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib1211.zip
|
||||
- 7z x -o%APPVEYOR_BUILD_FOLDER%\ext\zlib zlib1211.zip
|
||||
- for %%I in (c:\OpenSSL-Win64\*.dll) do mklink /h \usr\local\bin\%%~nxI %%I
|
||||
build_script:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
|
|
Loading…
Add table
Reference in a new issue