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 2018/01/23 21:02:05 UTC

qpid-proton git commit: PROTON-1719: Extend Windows CI (Appveyor) compiler coverage - Compile using VS 2017, VS 2013, VS 2010 (these are the agreed supported VS versions) - Previously just compiled using VS 2013

Repository: qpid-proton
Updated Branches:
  refs/heads/master 27e33752c -> 1af693c56


PROTON-1719: Extend Windows CI (Appveyor) compiler coverage
- Compile using VS 2017, VS 2013, VS 2010
  (these are the agreed supported VS versions)
- Previously just compiled using VS 2013


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1af693c5
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1af693c5
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/1af693c5

Branch: refs/heads/master
Commit: 1af693c56d9040cad599c922b8f525dc48ba4084
Parents: 27e3375
Author: Andrew Stitcher <as...@apache.org>
Authored: Tue Jan 23 15:31:31 2018 -0500
Committer: Andrew Stitcher <as...@apache.org>
Committed: Tue Jan 23 15:59:50 2018 -0500

----------------------------------------------------------------------
 appveyor.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/1af693c5/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 49f17ad..712609f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,11 @@
 version: '{branch}.{build}'
 configuration: RelWithDebInfo
 environment:
-  CMAKE_GENERATOR: Visual Studio 12
+  matrix:
+    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+      CMAKE_GENERATOR: Visual Studio 15
+    - CMAKE_GENERATOR: Visual Studio 12
+    - CMAKE_GENERATOR: Visual Studio 10
 install:
 - cinst -y swig
 cache:


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