Explorar o código

Appveyor: Test Visual Studio 2019 with CMake 3.14

bel2125 %!s(int64=3) %!d(string=hai) anos
pai
achega
e7b8afaca1
Modificáronse 2 ficheiros con 15 adicións e 14 borrados
  1. 1 1
      CMakeLists.txt
  2. 14 13
      appveyor.yml

+ 1 - 1
CMakeLists.txt

@@ -1,5 +1,5 @@
 # Use at least CMake 3.3
-cmake_minimum_required (VERSION 3.3.0)
+cmake_minimum_required (VERSION 3.14.0)
 cmake_policy(VERSION 3.2.2)
 cmake_policy(SET CMP0054 NEW)
 

+ 14 - 13
appveyor.yml

@@ -267,19 +267,6 @@ environment:
       platform: x64
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
     # Visual Studio 2019
-    - id: Full-VS2019-x86
-      compiler: msvc-21-seh
-      build_shared: NO
-      no_files: NO
-      enable_ipv6: YES
-      enable_ssl: YES
-      enable_websockets: YES
-      no_cgi: NO
-      no_caching: NO
-      enable_stats: YES
-      configuration: Release
-      platform: x86
-      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
     - id: Full-VS2019-x64
       compiler: msvc-21-seh
       build_shared: NO
@@ -539,6 +526,20 @@ for:
           configuration: Release
           platform: x64
           image: Ubuntu1804
+        # Visual Studio 2019
+        - id: Full-VS2019-x64
+          compiler: msvc-21-seh
+          build_shared: NO
+          no_files: NO
+          enable_ipv6: YES
+          enable_ssl: YES
+          enable_websockets: YES
+          no_cgi: NO
+          no_caching: NO
+          enable_stats: YES
+          configuration: Release
+          platform: x64
+          APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
 
   -
     matrix: