From b39cf5da327f606756a961b6098d87aae151c1ea Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 11 Jul 2021 17:27:55 +0200 Subject: [PATCH] Don't build for Cygwin in AppVeyor CI builds This platform is not really supported and building for it takes the longest, so don't waste time on it. --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5416fcc788..7d7aa35a86 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,7 +52,6 @@ environment: - TOOLSET: mingw - TOOLSET: msys2 MSYSTEM: MINGW32 - - TOOLSET: cygwin - TOOLSET: cmake GENERATOR: 'Visual Studio 12' SHARED: ON