ci/AppVeyor: enable MSVC_32 build

This commit is contained in:
b-r-o-c-k 2018-03-26 10:54:44 -05:00
parent c7caca60b9
commit 393935c32d

View File

@ -3,14 +3,13 @@ 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: MINGW_64-gcov
install: []
before_build: