From b6d4e0d36c5ee2e9e1548b1f55df3f80d0f4999f Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Mon, 16 Oct 2017 22:57:43 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 41ba02b..dbda243 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,16 +1,7 @@ -# Test against the latest version of this Node.js version -environment: - nodejs_version: "6" - -# Install scripts. (runs after repo cloning) -install: - # Get the latest stable version of Node.js or io.js - - ps: Install-Product node $env:nodejs_version - # install modules - - npm install - -# Post-install test scripts. -test_script: - # Output useful info for debugging. - - node --version - - npm --version +version: 1.0.{build} +branches: + only: + - cli-etc +image: Visual Studio 2017 +build_script: +- cmd: buildAll.cmd