appveyor-ci: disable cygwin x86 builds (install is broken)

This commit is contained in:
Ralph Lange
2019-09-02 14:47:39 +02:00
parent 9b5034f307
commit b9bc836d1e

View File

@@ -64,6 +64,9 @@ matrix:
# Cygwin static-debug has compiler problems
- configuration: static-debug
TOOLCHAIN: cygwin
# Cygwin x86 install is currently (08/2019) broken (libncursesw-devel fails)
- platform: x86
TOOLCHAIN: cygwin
#---------------------------------#