cordova-plugin-camera-dev/.appveyor.yml

33 lines
536 B
YAML
Raw Normal View History

# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
max_jobs: 1
shallow_clone: true
init:
- git config --global core.autocrlf true
image:
- Visual Studio 2017
environment:
matrix:
2020-03-28 20:11:08 +08:00
- nodejs_version: "10"
- nodejs_version: "12"
platform:
- x86
- x64
install:
2020-03-28 20:11:08 +08:00
- ps: Install-Product node $env:nodejs_version
- node --version
- npm install -g github:apache/cordova-paramedic
- npm install -g cordova
build: off
test_script:
2020-03-28 20:11:08 +08:00
- cordova-paramedic --config pr\windows-10-store --plugin . --justBuild