ruby-changes:52793
From: naruse <ko1@a...>
Date: Fri, 12 Oct 2018 08:23:20 +0900 (JST)
Subject: [ruby-changes:52793] naruse:r65005 (trunk): show envvars before use it
naruse 2018-10-12 08:23:16 +0900 (Fri, 12 Oct 2018) New Revision: 65005 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65005 Log: show envvars before use it Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 65004) +++ appveyor.yml (revision 65005) @@ -52,14 +52,10 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L52 install: - ver - chcp + - SET - SET BITS=%Platform:x86=32% - SET BITS=%BITS:x=% - SET OPENSSL_DIR=c:\OpenSSL-Win%BITS% - - SET %VS% - - SET %VS120COMNTOOLS% - - SET %VS140COMNTOOLS% - - SET %VS150COMNTOOLS% - - SET %VS160COMNTOOLS% - CALL SET vcvars=%%^VS%VS%COMNTOOLS^%%..\..\VC\vcvarsall.bat - SET vcvars - '"%vcvars%" %Platform:x64=amd64%' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/