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.
This commit is contained in:
Justin M. Keyes 2018-03-08 20:35:10 +01:00
parent de919b9b94
commit ffad8d4c51
1 changed files with 2 additions and 3 deletions

View File

@ -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: