[ci] Disable vcpkg thus running the test suit in Windows
authorEbrahim Byagowi <ebrahim@gnu.org>
Sun, 11 Aug 2019 18:37:29 +0000 (23:07 +0430)
committerGitHub <noreply@github.com>
Sun, 11 Aug 2019 18:37:29 +0000 (23:07 +0430)
vcpkg apparently doesn't like to work the same way used to anymore, lets disable it

appveyor.yml

index 6daf8d2..7fbcf49 100644 (file)
@@ -3,17 +3,17 @@ platform: x64
 environment:
   matrix:
 
-    - compiler: msvc
-      generator: Visual Studio 14
-      platform: Win32
-      configuration: Debug
-      triplet: x86-windows
+    #- compiler: msvc
+    #  generator: Visual Studio 14
+    #  platform: Win32
+    #  configuration: Debug
+    #  triplet: x86-windows
 
-    - compiler: msvc
-      generator: Visual Studio 14 Win64
-      platform: x64
-      configuration: Debug
-      triplet: x64-windows
+    #- compiler: msvc
+    #  generator: Visual Studio 14 Win64
+    #  platform: x64
+    #  configuration: Debug
+    #  triplet: x64-windows
 
     - compiler: msvc
       generator: Visual Studio 14 ARM