From 5b9cf191fe1fb13bd4bf914e0f4c03c3b2795a73 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sun, 11 Aug 2019 23:07:29 +0430 Subject: [PATCH] [ci] Disable vcpkg thus running the test suit in Windows vcpkg apparently doesn't like to work the same way used to anymore, lets disable it --- appveyor.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6daf8d225..7fbcf491c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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