mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
appveyor.yml: retry zlib downloads
https://ci.appveyor.com/project/ruby/ruby/builds/22196846/job/53xvhv265f8eogl4 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8ca727d80f
commit
6c574d4be4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ for:
|
|||
- mkdir \usr\local\bin
|
||||
- mkdir \usr\local\include
|
||||
- mkdir \usr\local\lib
|
||||
- appveyor DownloadFile https://zlib.net/zlib%zlib_version:.=%.zip
|
||||
- curl -fsSL -o zlib%zlib_version:.=%.zip --retry 5 https://zlib.net/zlib%zlib_version:.=%.zip
|
||||
- 7z x -o%APPVEYOR_BUILD_FOLDER%\ext\zlib zlib%zlib_version:.=%.zip
|
||||
- for %%I in (%OPENSSL_DIR%\*.dll) do mklink /h \usr\local\bin\%%~nxI %%I
|
||||
- mkdir %Platform%-mswin_%vs%
|
||||
|
|
Loading…
Reference in a new issue