mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user