mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	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:
		
							parent
							
								
									8aebd7e9eb
								
							
						
					
					
						commit
						be4bfe4a85
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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%
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue