mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-19 01:12:49 +08:00
CB-12935: (windows) Enable paramedic builds on AppVeyor
This commit is contained in:
parent
0364d4a4f9
commit
1ae18933d5
28
.appveyor.yml
Normal file
28
.appveyor.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user