This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new ce75c55a1 NO-JIRA: Update appveyor build to drop VS2015 and include 
VS2022
ce75c55a1 is described below

commit ce75c55a123b186a6c90ca0548c08f6bce850fae
Author: Andrew Stitcher <astitc...@apache.org>
AuthorDate: Thu Jan 26 17:34:55 2023 -0500

    NO-JIRA: Update appveyor build to drop VS2015 and include VS2022
---
 .appveyor.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index f16cffccd..8b49ed116 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -4,10 +4,16 @@ environment:
   matrix:
     # https://www.appveyor.com/docs/build-environment/
     # https://www.appveyor.com/docs/windows-images-software
+    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
+      CMAKE_GENERATOR: Visual Studio 17 2022
+      PYTHON: "C:\\Python310-x64"
+      QPID_PROTON_CMAKE_ARGS: "-A x64"
+      QPID_PROTON_CTEST_ARGS: "-E tox"
+      VCPKG_INTEGRATION: 
'-DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake'
+      VCPKG_DEFAULT_TRIPLET: x64-windows
     - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
       CMAKE_GENERATOR: Visual Studio 16 2019
-      # TODO (jdanek) upgrade to Python 38 when it can be made to work; or 
whichever is latest at the time
-      PYTHON: "C:\\Python38-x64"
+      PYTHON: "C:\\Python39-x64"
       QPID_PROTON_CMAKE_ARGS: "-A x64"
       VCPKG_INTEGRATION: 
'-DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake'
       VCPKG_DEFAULT_TRIPLET: x64-windows
@@ -19,12 +25,6 @@ environment:
       QPID_PROTON_CTEST_ARGS: "-E tox"
       VCPKG_INTEGRATION: 
'-DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake'
       VCPKG_DEFAULT_TRIPLET: x64-windows
-    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
-      CMAKE_GENERATOR: Visual Studio 14 2015
-      PYTHON: "C:\\Python38-x64"
-      QPID_PROTON_CMAKE_ARGS: "-A x64"
-      # vcpkg is supported on VS2015, we are just not enabling the CMake 
integration
-      # https://docs.microsoft.com/en-us/cpp/build/vcpkg?view=vs-2015
 
 install:
 - cinst -y swig


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

Reply via email to