From 024f8c6a0a47fb10105274ece637cfef545eff10 Mon Sep 17 00:00:00 2001 From: vitaut Date: Mon, 11 May 2015 09:12:34 -0700 Subject: [PATCH] Disable MinGW build until the remaining issues are solved --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0821b38c..6eae7cd8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,8 @@ environment: CONFIG: Debug - BUILD: msvc CONFIG: Release - - BUILD: mingw - CONFIG: Debug +# - BUILD: mingw +# CONFIG: Debug # - BUILD: mingw # CONFIG: Release