mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
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:
@@ -3,15 +3,14 @@ environment:
|
|||||||
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9"
|
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9"
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
configuration:
|
configuration:
|
||||||
- MSVC_64
|
|
||||||
- MSVC_32
|
|
||||||
- MINGW_64
|
- MINGW_64
|
||||||
- MINGW_32
|
- MINGW_32
|
||||||
|
- MSVC_64
|
||||||
|
# - MSVC_32
|
||||||
- MINGW_64-gcov
|
- MINGW_64-gcov
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- configuration: MSVC_64
|
- configuration: MSVC_64
|
||||||
- configuration: MSVC_32
|
|
||||||
- configuration: MINGW_64-gcov
|
- configuration: MINGW_64-gcov
|
||||||
install: []
|
install: []
|
||||||
before_build:
|
before_build:
|
||||||
|
Reference in New Issue
Block a user