UNPKG

542 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: "4"
16 matrix:
17 - PLATFORM: windows-10-store
18 JUST_BUILD: --justBuild
19install:
20 - npm cache clean -f
21 - node --version
22 - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
23 - npm install -g cordova
24
25build: off
26
27test_script:
28 - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%