mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-29 21:14:40 +01:00
Update appveyor to "Visual Studio 2019"
This commit is contained in:
parent
673887d93b
commit
6c5dc7e06b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
image: Visual Studio 2015
|
||||
image: Visual Studio 2019
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: "8"
|
||||
|
@ -18,7 +18,7 @@ install:
|
|||
Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
|
||||
}
|
||||
- md public
|
||||
- npm --vs2015 install --global windows-build-tools
|
||||
- npm install --global windows-build-tools
|
||||
- npm install
|
||||
build_script:
|
||||
- npm run build
|
||||
|
|
Loading…
Reference in a new issue