]> git.feebdaed.xyz Git - 0xmirror/civetweb.git/commitdiff
AppVeyor build: Replace obsolete Visual Studio builds by new one
authorbel2125 <bel2125@gmail.com>
Sat, 6 Sep 2025 10:26:11 +0000 (12:26 +0200)
committerbel2125 <bel2125@gmail.com>
Sat, 6 Sep 2025 10:26:11 +0000 (12:26 +0200)
Visual Studio 2010, 2012, 2013 are no longer supported.

appveyor.yml

index fb936d1f6e2fd326d824e0155298c1a6969e6de8..e54c2d5e5ccf512aaea648bb98e4f0f396c02baa 100644 (file)
@@ -159,59 +159,6 @@ environment:
       enable_stats: YES\r
       configuration: Release\r
       platform: x64\r
-    # Visual Studio 2010\r
-    - id: Full-VS2010-x86\r
-      compiler: msvc-16-seh\r
-      build_shared: NO\r
-      no_files: NO\r
-      enable_ipv6: YES\r
-      enable_ssl: YES\r
-      enable_websockets: YES\r
-      no_cgi: NO\r
-      no_caching: NO\r
-      enable_stats: YES\r
-      configuration: Release\r
-      platform: x86\r
-    # Visual Studio 2012\r
-    - id: Full-VS2012-x86\r
-      compiler: msvc-17-seh\r
-      build_shared: NO\r
-      no_files: NO\r
-      enable_ipv6: YES\r
-      enable_ssl: YES\r
-      enable_websockets: YES\r
-      no_cgi: NO\r
-      no_caching: NO\r
-      enable_stats: YES\r
-      configuration: Release\r
-      platform: x86\r
-    # Visual Studio 2013\r
-    - id: Full-VS2013-x86\r
-      compiler: msvc-18-seh\r
-      build_shared: NO\r
-      no_files: NO\r
-      enable_ipv6: YES\r
-      enable_ssl: YES\r
-      enable_websockets: YES\r
-      no_cgi: NO\r
-      no_caching: NO\r
-      enable_stats: YES\r
-      configuration: Release\r
-      platform: x86\r
-      image: Visual Studio 2013\r
-    - id: Full-VS2013-x64\r
-      compiler: msvc-18-seh\r
-      build_shared: NO\r
-      no_files: NO\r
-      enable_ipv6: YES\r
-      enable_ssl: YES\r
-      enable_websockets: YES\r
-      no_cgi: NO\r
-      no_caching: NO\r
-      enable_stats: YES\r
-      configuration: Release\r
-      platform: x64\r
-      image: Visual Studio 2013\r
     # Visual Studio 2015\r
     - id: Full-VS2015-x86\r
       compiler: msvc-19-seh\r
@@ -280,7 +227,21 @@ environment:
       configuration: Release\r
       platform: x64\r
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019\r
-    # Ubuntu\r
+    # Visual Studio 2022\r
+    - id: Full-VS2022-x64\r
+      compiler: msvc-22-seh\r
+      build_shared: NO\r
+      no_files: NO\r
+      enable_ipv6: YES\r
+      enable_ssl: YES\r
+      enable_websockets: YES\r
+      no_cgi: NO\r
+      no_caching: NO\r
+      enable_stats: YES\r
+      configuration: Release\r
+      platform: x64\r
+      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022\r
+      # Ubuntu\r
     - id: Ubuntu1604-GCC-x64\r
       compiler: gcc-5.1.0-posix\r
       build_shared: NO\r