Add appveyor configuration file.
This commit is contained in:
parent
9264c1dd6d
commit
63d0acbc79
12
appveyor.yml
Normal file
12
appveyor.yml
Normal file
@ -0,0 +1,12 @@
|
||||
environment:
|
||||
PYTHON: "3.6"
|
||||
nodejs_version: "6"
|
||||
|
||||
install:
|
||||
- npm install
|
||||
|
||||
test_script:
|
||||
- npm run test
|
||||
|
||||
artifacts:
|
||||
- path: build\package\*
|
||||
Loading…
Reference in New Issue
Block a user