mirror of
https://github.com/maputnik/editor.git
synced 2026-01-20 12:20:03 +00:00
Added node 7 to appveyor and also installed windows-build-tools for odd nodejs versions (issue #125)
This commit is contained in:
11
appveyor.yml
11
appveyor.yml
@@ -1,11 +1,16 @@
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: "4.6"
|
||||
- nodejs_version: "5.11"
|
||||
- nodejs_version: "6.1"
|
||||
- nodejs_version: "4"
|
||||
- nodejs_version: "5"
|
||||
- nodejs_version: "6"
|
||||
- nodejs_version: "7"
|
||||
platform:
|
||||
- x86
|
||||
- x64
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- md public
|
||||
- npm install --global --production windows-build-tools
|
||||
- npm install
|
||||
build_script:
|
||||
- npm run build
|
||||
|
||||
Reference in New Issue
Block a user