Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 422F5200CB7 for ; Fri, 30 Jun 2017 13:53:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 40C09160BEB; Fri, 30 Jun 2017 11:53:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 87D18160BDD for ; Fri, 30 Jun 2017 13:53:32 +0200 (CEST) Received: (qmail 43938 invoked by uid 500); 30 Jun 2017 11:53:31 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 43929 invoked by uid 99); 30 Jun 2017 11:53:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2017 11:53:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9FA95DFA6C; Fri, 30 Jun 2017 11:53:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alsorokin@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-network-information git commit: CB-12935: (windows) Enable paramedic builds on AppVeyor Date: Fri, 30 Jun 2017 11:53:31 +0000 (UTC) archived-at: Fri, 30 Jun 2017 11:53:33 -0000 Repository: cordova-plugin-network-information Updated Branches: refs/heads/master 1410ad7a5 -> 344448c31 CB-12935: (windows) Enable paramedic builds on AppVeyor Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/344448c3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/344448c3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/344448c3 Branch: refs/heads/master Commit: 344448c315f7d092f3482ced09bc254126e60ca3 Parents: 1410ad7 Author: Alexander Sorokin Authored: Fri Jun 30 09:32:13 2017 +0300 Committer: Alexander Sorokin Committed: Fri Jun 30 09:32:13 2017 +0300 ---------------------------------------------------------------------- .appveyor.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/344448c3/.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: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org