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.
This commit is contained in:
Vadim Zeitlin
2021-07-11 17:27:55 +02:00
parent 7a1530e20a
commit b39cf5da32

View File

@@ -52,7 +52,6 @@ environment:
- TOOLSET: mingw
- TOOLSET: msys2
MSYSTEM: MINGW32
- TOOLSET: cygwin
- TOOLSET: cmake
GENERATOR: 'Visual Studio 12'
SHARED: ON