aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-11 23:23:16 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-11 23:23:16 +0000
commit6aa185fe84174326860816e2cd156ee1b362183c (patch)
treeb58a1e7427fc5586dba0a0d2eeeb73df285750c8 /appveyor.yml
parenta2fabc5c7b8f7a142292305ca6ece08411903a40 (diff)
downloadruby-6aa185fe84174326860816e2cd156ee1b362183c.tar.gz
show envvars before use it
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 1 insertions, 5 deletions
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%'