Repository: cordova-plugin-console Updated Branches: refs/heads/master 45d4e38b5 -> 568604f7a
CB-12935: (windows) Enable paramedic builds on AppVeyor Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/568604f7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/568604f7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/568604f7 Branch: refs/heads/master Commit: 568604f7a9156dd8cd53615291512b0a1d02ed90 Parents: 45d4e38 Author: Alexander Sorokin <[email protected]> Authored: Fri Jun 30 09:30:33 2017 +0300 Committer: Alexander Sorokin <[email protected]> Committed: Fri Jun 30 09:30:33 2017 +0300 ---------------------------------------------------------------------- .appveyor.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/568604f7/.appveyor.yml ---------------------------------------------------------------------- diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..4cd6d53 --- /dev/null +++ b/.appveyor.yml @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
