mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Enable mingw build with extra diagnostics
This commit is contained in:
parent
e3a1da5a71
commit
870f42e1f0
10
appveyor.yml
10
appveyor.yml
@ -5,14 +5,16 @@ environment:
|
||||
CONFIG: Debug
|
||||
- BUILD: msvc
|
||||
CONFIG: Release
|
||||
# - BUILD: mingw
|
||||
# CONFIG: Debug
|
||||
# - BUILD: mingw
|
||||
# CONFIG: Release
|
||||
- BUILD: mingw
|
||||
CONFIG: Debug
|
||||
- BUILD: mingw
|
||||
CONFIG: Release
|
||||
|
||||
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