mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove debug print
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9d1aab4301
commit
3b3b2091d8
1 changed files with 0 additions and 4 deletions
|
@ -55,20 +55,16 @@ for:
|
|||
install:
|
||||
- ver
|
||||
- chcp
|
||||
- SET
|
||||
- SET BITS=%Platform:x86=32%
|
||||
- SET BITS=%BITS:x=%
|
||||
- SET OPENSSL_DIR=c:\OpenSSL-Win%BITS%
|
||||
- SET VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
|
||||
- CALL SET vcvars=%%^VS%VS%COMNTOOLS^%%..\..\VC\vcvarsall.bat
|
||||
- SET vcvars
|
||||
- dir "C:\Program Files (x86)"
|
||||
- '"%vcvars%" %Platform:x64=amd64%'
|
||||
- SET ruby_path=C:\Ruby%ruby_version:-x86=%
|
||||
- SET PATH=\usr\local\bin;%ruby_path%\bin;%PATH%;C:\msys64\mingw64\bin;C:\msys64\usr\bin
|
||||
- ruby --version
|
||||
- 'cl'
|
||||
- SET
|
||||
- echo> Makefile srcdir=.
|
||||
- echo>> Makefile MSC_VER=0
|
||||
- echo>> Makefile RT=none
|
||||
|
|
Loading…
Reference in a new issue