From e3a1da5a71bdf4d4600268913bb7917b702d0623 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 10 Mar 2015 10:17:08 -0700 Subject: [PATCH] Temporarily disable mingw build --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index dfebef22..6eae7cd8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,10 +5,10 @@ environment: CONFIG: Debug - BUILD: msvc CONFIG: Release - - BUILD: mingw - CONFIG: Debug - - BUILD: mingw - CONFIG: Release +# - BUILD: mingw +# CONFIG: Debug +# - BUILD: mingw +# CONFIG: Release build_script: - python support/appveyor-build.py