From ffad8d4c51aed30eca90065cf0c92e404759e5ac Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 8 Mar 2018 20:35:10 +0100 Subject: [PATCH] ci/AppVeyor: disable MSVC_32 build The MSVC_32 currently hangs. When MSVC becomes the primary Windows target, we can enable MSVC_32 and retire one of the mingw builds. In the meantime it adds too much time. --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8c2c89560c..ab2bfc92fe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,15 +3,14 @@ environment: APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9" image: Visual Studio 2017 configuration: -- MSVC_64 -- MSVC_32 - MINGW_64 - MINGW_32 +- MSVC_64 +# - MSVC_32 - MINGW_64-gcov matrix: allow_failures: - configuration: MSVC_64 - - configuration: MSVC_32 - configuration: MINGW_64-gcov install: [] before_build: