Bladeren bron

AppVeyor: Remove Visual Studio 2019 build

For unknown reasons, the Visual Studio 2019 build does not work.
Remove it, until this is fixed.
bel2125 5 jaren geleden
bovenliggende
commit
b95a09b637
1 gewijzigde bestanden met toevoegingen van 27 en 27 verwijderingen
  1. 27 27
      appveyor.yml

+ 27 - 27
appveyor.yml

@@ -267,32 +267,32 @@ 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
-      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
+#    - 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
+#      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
     # Experimental Ubuntu
     - id: Ubuntu1604-GCC-x64
       compiler: gcc-5.1.0-posix
@@ -548,4 +548,4 @@ for:
       - pip.exe install conan conan_package_tools
     build: false
     test_script:
-      - python conan/build.py
+      - python conan/build.py