mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-10 05:10:05 +00:00
Temporarily disable mingw build
This commit is contained in:
parent
97b33fe069
commit
b8c36498f2
12
appveyor.yml
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user