mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
20 lines
325 B
YAML
20 lines
325 B
YAML
configuration:
|
|
- Debug
|
|
- Release
|
|
|
|
environment:
|
|
CTEST_OUTPUT_ON_FAILURE: 1
|
|
matrix:
|
|
#- BUILD: msvc
|
|
# PLATFORM: x86
|
|
- BUILD: msvc
|
|
PLATFORM: x64
|
|
- BUILD: mingw
|
|
|
|
build_script:
|
|
- python support/appveyor-build.py
|
|
|
|
on_failure:
|
|
- appveyor PushArtifact Testing/Temporary/LastTest.log
|
|
- appveyor AddTest test
|