UNPKG

456 BYAMLView Raw
1# appveyor file
2# http://www.appveyor.com/docs/appveyor-yml
3
4max_jobs: 1
5
6shallow_clone: true
7
8init:
9 - git config --global core.autocrlf true
10
11image:
12 - Visual Studio 2017
13
14environment:
15 nodejs_version: "6"
16
17 matrix:
18 - PLATFORM: windows-10-store
19
20install:
21 - node --version
22 - npm install -g github:apache/cordova-paramedic
23 - npm install -g cordova
24
25build: off
26
27test_script:
28 - cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild