mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 14:37:27 +00:00
Add appveyor build script for windows
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user