mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-30 15:25:31 +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:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: "8"
|
- nodejs_version: "8"
|
||||||
|
@ -18,7 +18,7 @@ install:
|
||||||
Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
|
Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
|
||||||
}
|
}
|
||||||
- md public
|
- md public
|
||||||
- npm --vs2015 install --global windows-build-tools
|
- npm 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