Skip to content

Commit 1112345

Browse files
committed
CB-12935: (windows) Enable paramedic builds on AppVeyor
1 parent a22b0eb commit 1112345

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.appveyor.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)