mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
CB-10846 Add AppVeyor configuration
This commit is contained in:
parent
456b4801af
commit
27d359bd43
19
appveyor.yml
Normal file
19
appveyor.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user