mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-15 09:11:18 +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:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: "8"
|
- nodejs_version: "8"
|
||||||
|
@ -10,7 +10,7 @@ platform:
|
||||||
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 --vs2015 install --global windows-build-tools
|
||||||
- npm install
|
- npm install
|
||||||
build_script:
|
build_script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
Loading…
Reference in a new issue