Disable mingw build again

This commit is contained in:
vitaut 2015-03-11 09:04:55 -07:00
parent 870f42e1f0
commit 3b259b5120

View File

@ -5,16 +5,16 @@ environment:
CONFIG: Debug CONFIG: Debug
- BUILD: msvc - BUILD: msvc
CONFIG: Release CONFIG: Release
- BUILD: mingw # - BUILD: mingw
CONFIG: Debug # CONFIG: Debug
- BUILD: mingw # - BUILD: mingw
CONFIG: Release # CONFIG: Release
build_script: build_script:
- python support/appveyor-build.py - python support/appveyor-build.py
on_failure: on_failure:
- appveyor PushArtifact CMakeFiles/CMakeOutput.log # - appveyor PushArtifact CMakeFiles/CMakeOutput.log
- appveyor PushArtifact CMakeFiles/CMakeError.log # - appveyor PushArtifact CMakeFiles/CMakeError.log
- appveyor PushArtifact Testing/Temporary/LastTest.log - appveyor PushArtifact Testing/Temporary/LastTest.log
- appveyor AddTest test - appveyor AddTest test