ソースを参照

AppVeyor: Disabled build on MinGW32

Benoit Blanchon 9 年 前
コミット
434080572c
1 ファイル変更3 行追加1 行削除
  1. 3 1
      appveyor.yml

+ 3 - 1
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