From bd5188c811e408ed88961e9ed1e7986c40c04e2a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 19 Oct 2017 06:46:25 -0700 Subject: [PATCH] Remove MinGW because it's not on appveyor image --- support/appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/support/appveyor.yml b/support/appveyor.yml index 71c5349f..d7eb8434 100644 --- a/support/appveyor.yml +++ b/support/appveyor.yml @@ -10,7 +10,6 @@ environment: - BUILD: msvc - BUILD: msvc PLATFORM: x64 - - BUILD: mingw before_build: # Workaround for CMake not wanting sh.exe on PATH for MinGW.