From 12283ce25ab443bed769e35c217beacfc0d2a062 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 30 Apr 2019 15:26:35 +0200 Subject: [PATCH] appveyor-ci: exclude some cygwin builds (broken compiler) --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 #