Temporarily disable mingw build

This commit is contained in:
vitaut 2015-03-12 09:06:50 -07:00
parent 97b33fe069
commit b8c36498f2

View File

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