mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Disable mingw build again
This commit is contained in:
parent
870f42e1f0
commit
3b259b5120
12
appveyor.yml
12
appveyor.yml
@ -5,16 +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/CMakeOutput.log
|
||||||
- appveyor PushArtifact CMakeFiles/CMakeError.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