зеркало из https://github.com/github/ruby.git
Remove DevKit path, change zlib link
by MSP-Greg <MSP-Greg@users.noreply.github.com> fix https://github.com/ruby/ruby/pull/1708 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8aebd7e9eb
Коммит
be4bfe4a85
|
@ -16,7 +16,7 @@ install:
|
|||
- SET vcvars
|
||||
- '"%vcvars%" %Platform:x64=amd64%'
|
||||
- SET ruby_path=C:\Ruby%ruby_version:-x86=%
|
||||
- SET PATH=\usr\local\bin;%ruby_path%\bin;%ruby_path%\Devkit\mingw\bin;%PATH%;C:\msys64\usr\bin
|
||||
- SET PATH=\usr\local\bin;%ruby_path%\bin;%PATH%;C:\msys64\mingw64\bin;C:\msys64\usr\bin
|
||||
- ruby --version
|
||||
- 'cl'
|
||||
- SET
|
||||
|
@ -32,7 +32,7 @@ install:
|
|||
- mkdir \usr\local\bin
|
||||
- mkdir \usr\local\include
|
||||
- mkdir \usr\local\lib
|
||||
- appveyor DownloadFile https://downloads.sourceforge.net/project/libpng/zlib/%zlib_version%/zlib%zlib_version:.=%.zip
|
||||
- appveyor DownloadFile 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%
|
||||
|
|
Загрузка…
Ссылка в новой задаче