diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-03-08 20:35:10 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-03-11 12:43:42 +0100 |
commit | ffad8d4c51aed30eca90065cf0c92e404759e5ac (patch) | |
tree | 56c8176a67245014cfb8efe347deb42836ac13bd | |
parent | de919b9b9405b2a3c820dc8992583179ca732354 (diff) | |
download | rneovim-ffad8d4c51aed30eca90065cf0c92e404759e5ac.tar.gz rneovim-ffad8d4c51aed30eca90065cf0c92e404759e5ac.tar.bz2 rneovim-ffad8d4c51aed30eca90065cf0c92e404759e5ac.zip |
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.
-rw-r--r-- | appveyor.yml | 5 |
1 files 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: |