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/06/19 13:52:09 UTC

[qpid-cpp] 01/10: NO-JIRA: Update appveyor definition for current builder image

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-cpp.git

commit 0af09c9b6f407cde08222ec15b4eb167cd7f0c1a
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Thu Jun 13 16:24:14 2019 -0400

    NO-JIRA: Update appveyor definition for current builder image
---
 appveyor.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 6a36b43..a734a6b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,10 +1,11 @@
 version: '{branch}.{build}'
+image: Visual Studio 2017
 configuration: RelWithDebInfo
 clone_depth: 1
 before_build:
 - mkdir BLD
 - cd BLD
-- cmake -G "Visual Studio 14 2015" -DBUILD_BINDING_DOTNET=OFF -DBOOST_ROOT=C:\Libraries\boost_1_59_0 -DBOOST_LIBRARYDIR=C:\Libraries\boost_1_59_0\lib32-msvc-14.0 ..
+- cmake -G "Visual Studio 15" -DBUILD_BINDING_DOTNET=OFF -DBOOST_ROOT=C:\Libraries\boost_1_69_0 -DBOOST_LIBRARYDIR=C:\Libraries\boost_1_69_0\lib32-msvc-15.0 ..
 - cd ..
 build:
   project: BLD\qpid-cpp.sln


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org