diff --git a/.appveyor.yml b/.appveyor.yml index 2652a7810..26bca0385 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 #