From b8c36498f2a4f0a81baf0a6553e5f677e030e97b Mon Sep 17 00:00:00 2001 From: vitaut Date: Thu, 12 Mar 2015 09:06:50 -0700 Subject: [PATCH] Temporarily disable mingw build --- appveyor.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bdcea01d..6eae7cd8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,12 +1,12 @@ environment: CTEST_OUTPUT_ON_FAILURE: 1 matrix: -# - BUILD: msvc -# CONFIG: Debug -# - BUILD: msvc -# CONFIG: Release - - BUILD: mingw + - BUILD: msvc CONFIG: Debug + - BUILD: msvc + CONFIG: Release +# - BUILD: mingw +# CONFIG: Debug # - BUILD: mingw # CONFIG: Release @@ -14,7 +14,5 @@ build_script: - python support/appveyor-build.py on_failure: -# - appveyor PushArtifact CMakeFiles/CMakeOutput.log -# - appveyor PushArtifact CMakeFiles/CMakeError.log - appveyor PushArtifact Testing/Temporary/LastTest.log - appveyor AddTest test