forked from apache/cordova-plugin-geolocation
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CB-12935: (windows) Enable paramedic builds on AppVeyor
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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: "4" | ||
matrix: | ||
- PLATFORM: windows-10-store | ||
|
||
install: | ||
- npm cache clean -f | ||
- node --version | ||
- npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git | ||
- npm install -g cordova | ||
|
||
build: off | ||
|
||
test_script: | ||
- cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild |