You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2019/08/12 23:09:19 UTC

[qpid-proton] branch master updated: NO-JIRA: fix appveyor vs10/vs12 builds

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 <as...@apache.org>
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