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 2C256200CB7 for ; Fri, 30 Jun 2017 11:51:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2B646160BEB; Fri, 30 Jun 2017 09:51:58 +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 72738160BDD for ; Fri, 30 Jun 2017 11:51:57 +0200 (CEST) Received: (qmail 41842 invoked by uid 500); 30 Jun 2017 09:51:56 -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 41833 invoked by uid 99); 30 Jun 2017 09:51:56 -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 09:51:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8AA68DFEF5; Fri, 30 Jun 2017 09:51:56 +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-file-transfer git commit: CB-12935: (windows) Enable paramedic builds on AppVeyor Date: Fri, 30 Jun 2017 09:51:56 +0000 (UTC) archived-at: Fri, 30 Jun 2017 09:51:58 -0000 Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/master b4af73fab -> 593e3f407 CB-12935: (windows) Enable paramedic builds on AppVeyor Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/593e3f40 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/593e3f40 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/593e3f40 Branch: refs/heads/master Commit: 593e3f407f1a08b507a1df9b13f049d8d881d8c6 Parents: b4af73f Author: Alexander Sorokin Authored: Fri Jun 30 09:31:29 2017 +0300 Committer: Alexander Sorokin Committed: Fri Jun 30 09:31:29 2017 +0300 ---------------------------------------------------------------------- .appveyor.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/593e3f40/.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