From 3b259b5120cb58dc7f05356b7939e05f2805bc35 Mon Sep 17 00:00:00 2001 From: vitaut Date: Wed, 11 Mar 2015 09:04:55 -0700 Subject: [PATCH] Disable mingw build again --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 29e44df9..19e40c14 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,16 +5,16 @@ 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 on_failure: - - appveyor PushArtifact CMakeFiles/CMakeOutput.log - - appveyor PushArtifact CMakeFiles/CMakeError.log +# - appveyor PushArtifact CMakeFiles/CMakeOutput.log +# - appveyor PushArtifact CMakeFiles/CMakeError.log - appveyor PushArtifact Testing/Temporary/LastTest.log - appveyor AddTest test