mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-11 09:50:06 +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
|
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/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