From 4d2bf62a2fb6fbc4c30c2ece84ce11d0e28b8cbf Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Wed, 4 Oct 2017 14:42:16 -0400 Subject: [PATCH] print platform and arch --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f9716a4273..b912ef91ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,8 @@ install: # Output useful info for debugging. - node --version - npm --version + - node -e "console.log(process.platform)" + - node -e "console.log(process.arch)" # install root modules only - npm install --ignore-scripts # because we skipped scripts, we need to do