From 434080572cb133128ebfa1f53577dfd44acac316 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sun, 17 Jul 2016 18:29:38 +0200 Subject: [PATCH] AppVeyor: Disabled build on MinGW32 --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cdb34d3f..e33f5700 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,9 @@ environment: - CMAKE_GENERATOR: Visual Studio 12 2013 - CMAKE_GENERATOR: Visual Studio 11 2012 - CMAKE_GENERATOR: Visual Studio 10 2010 - - CMAKE_GENERATOR: MinGW Makefiles +# - CMAKE_GENERATOR: MinGW Makefiles +# Note: Disabled because of unexplicated error -1073741511 +# This used to work fine with GCC 4.8.2 then failed after they upgraded to GCC 4.9.3 configuration: Debug before_build: - set PATH=C:\MinGW\bin;%PATH:C:\Program Files\Git\usr\bin;=% # Workaround for CMake not wanting sh.exe on PATH for MinGW