mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-14 20:23:27 +01:00
Use Visual Studio 2015 for Appveyor
This commit is contained in:
parent
f409079d93
commit
f10a2d28df
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
image: Previous Visual Studio 2017
|
||||
image: Visual Studio 2015
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: "8"
|
||||
|
@ -10,7 +10,7 @@ platform:
|
|||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- md public
|
||||
- npm install --global --production windows-build-tools
|
||||
- npm --vs2015 install --global windows-build-tools
|
||||
- npm install
|
||||
build_script:
|
||||
- npm run build
|
||||
|
|
Loading…
Reference in a new issue