appveyor-ci: exclude some cygwin builds (broken compiler)

This commit is contained in:
Ralph Lange
2019-04-30 15:26:35 +02:00
parent f486dba478
commit 12283ce25a

View File

@@ -60,6 +60,10 @@ matrix:
# VS Express installs don't have the 64 bit compiler
- platform: x64
TOOLCHAIN: 10.0
# Cygwin static-debug has compiler problems
- configuration: static-debug
TOOLCHAIN: cygwin
#---------------------------------#
# building & testing #