add appveyor.yml
This commit is contained in:
parent
5e02ba9b48
commit
306be9eb94
18
appveyor.yml
Normal file
18
appveyor.yml
Normal file
@ -0,0 +1,18 @@
|
||||
version: "{build}"
|
||||
|
||||
environment:
|
||||
nodejs_version: "0.10"
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm install
|
||||
|
||||
test_script:
|
||||
- make test-ci
|
||||
|
||||
build: off
|
||||
Loading…
x
Reference in New Issue
Block a user