ruby-changes:52810
From: naruse <ko1@a...>
Date: Fri, 12 Oct 2018 10:21:50 +0900 (JST)
Subject: [ruby-changes:52810] naruse:r65022 (trunk): Remove debug print
naruse 2018-10-12 10:21:45 +0900 (Fri, 12 Oct 2018) New Revision: 65022 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65022 Log: Remove debug print Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 65021) +++ appveyor.yml (revision 65022) @@ -55,20 +55,16 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L55 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/