From 0cb0835581de93f97861e38acf6ae338ad49f8b5 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 11 Oct 2018 23:23:16 +0000 Subject: show envvars before use it git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index b3a10b745f..25f49e8a87 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,14 +52,10 @@ for: 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%' -- cgit v1.2.3