mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 23:25:22 +01:00
Add appveyor build script for windows
This commit is contained in:
parent
d62575b965
commit
18ede0b97b
1 changed files with 12 additions and 0 deletions
12
appveyor.yml
Normal file
12
appveyor.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
environment:
|
||||||
|
nodejs_version: "5.11"
|
||||||
|
install:
|
||||||
|
- ps: Install-Product node $env:nodejs_version
|
||||||
|
- npm install
|
||||||
|
build_script:
|
||||||
|
- npm run build
|
||||||
|
test_script:
|
||||||
|
- node --version
|
||||||
|
- npm --version
|
||||||
|
- npm run lint
|
||||||
|
- npm test
|
Loading…
Reference in a new issue