From 27d359bd43d03ba0b9cdb3e56c15828c9f85426c Mon Sep 17 00:00:00 2001 From: Vladimir Kotikov Date: Fri, 11 Mar 2016 12:08:45 +0300 Subject: [PATCH] CB-10846 Add AppVeyor configuration --- appveyor.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..2502c789 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,19 @@ +environment: + matrix: + - nodejs_version: "0.10" + - nodejs_version: "0.12" + - nodejs_version: "4.2" + +install: +# - cinst android-sdk +# - echo y | android update sdk -u --filter android-22,android-23 + - ps: Install-Product node $env:nodejs_version + - npm install + +build: off + +test_script: + - node --version + - npm --version + - npm run test +# - npm run test-build