CB-10846 Add AppVeyor configuration

This commit is contained in:
Vladimir Kotikov 2016-03-11 12:08:45 +03:00
parent 456b4801af
commit 27d359bd43

19
appveyor.yml Normal file
View File

@ -0,0 +1,19 @@
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4.2"
install:
# - cinst android-sdk
# - echo y | android update sdk -u --filter android-22,android-23
- ps: Install-Product node $env:nodejs_version
- npm install
build: off
test_script:
- node --version
- npm --version
- npm run test
# - npm run test-build