mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 03:35:10 +08:00
29 lines
456 B
YAML
29 lines
456 B
YAML
# 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:
|
|
nodejs_version: "6"
|
|
|
|
matrix:
|
|
- PLATFORM: windows-10-store
|
|
|
|
install:
|
|
- node --version
|
|
- npm install -g github:apache/cordova-paramedic
|
|
- npm install -g cordova
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild
|