Added node 7 to appveyor and also installed windows-build-tools for odd nodejs versions (issue #125)

This commit is contained in:
orangemug 2017-04-04 18:58:03 +01:00
parent b1552248c3
commit 44e4ae3740

View file

@ -1,11 +1,16 @@
environment: environment:
matrix: matrix:
- nodejs_version: "4.6" - nodejs_version: "4"
- nodejs_version: "5.11" - nodejs_version: "5"
- nodejs_version: "6.1" - nodejs_version: "6"
- nodejs_version: "7"
platform:
- x86
- x64
install: install:
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version
- md public - md public
- npm install --global --production windows-build-tools
- npm install - npm install
build_script: build_script:
- npm run build - npm run build