We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22b0eb commit 1112345Copy full SHA for 1112345
.appveyor.yml
@@ -0,0 +1,28 @@
1
+# appveyor file
2
+# http://www.appveyor.com/docs/appveyor-yml
3
+
4
+max_jobs: 1
5
6
+shallow_clone: true
7
8
+init:
9
+ - git config --global core.autocrlf true
10
11
+image:
12
+ - Visual Studio 2017
13
14
+environment:
15
+ nodejs_version: "4"
16
+ matrix:
17
+ - PLATFORM: windows-10-store
18
19
+install:
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
25
+build: off
26
27
+test_script:
28
+ - cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild
0 commit comments