mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 09:07:47 +01:00
Added node 7 to appveyor and also installed windows-build-tools for odd nodejs versions (issue #125)
This commit is contained in:
parent
b1552248c3
commit
44e4ae3740
1 changed files with 8 additions and 3 deletions
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
|
||||
|
|
Loading…
Reference in a new issue