From commits-return-48666-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Mon Aug 12 23:09:20 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 95A27180637 for ; Tue, 13 Aug 2019 01:09:20 +0200 (CEST) Received: (qmail 18451 invoked by uid 500); 12 Aug 2019 23:09:20 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 18442 invoked by uid 99); 12 Aug 2019 23:09:20 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2019 23:09:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9212085F2C; Mon, 12 Aug 2019 23:09:19 +0000 (UTC) Date: Mon, 12 Aug 2019 23:09:19 +0000 To: "commits@qpid.apache.org" Subject: [qpid-proton] branch master updated: NO-JIRA: fix appveyor vs10/vs12 builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156565135952.26018.2524467097676472696@gitbox.apache.org> From: astitcher@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-proton X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7bbe2b45db1e259a300386e455c916abf9cb19f7 X-Git-Newrev: 655365ef92111e72aa1eb2676594ae859eaf14f2 X-Git-Rev: 655365ef92111e72aa1eb2676594ae859eaf14f2 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. astitcher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/master by this push: new 655365e NO-JIRA: fix appveyor vs10/vs12 builds 655365e is described below commit 655365ef92111e72aa1eb2676594ae859eaf14f2 Author: Andrew Stitcher AuthorDate: Mon Aug 12 16:43:58 2019 -0400 NO-JIRA: fix appveyor vs10/vs12 builds --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 19bb0e1..dc8d069 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,6 +9,10 @@ environment: - CMAKE_GENERATOR: Visual Studio 10 install: - cinst -y swig +- cd C:\Tools\vcpkg +- git pull +- .\bootstrap-vcpkg.bat +- cd %APPVEYOR_BUILD_FOLDER% - vcpkg install jsoncpp:x86-windows - vcpkg install jsoncpp:x64-windows - vcpkg integrate install --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org