mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
20 lines
342 B
YAML
20 lines
342 B
YAML
configuration:
|
|
- Debug
|
|
- Release
|
|
|
|
install:
|
|
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
|
|
- 7z
|
|
|
|
before_build: cmake -DFMT_EXTRA_TESTS=ON .
|
|
|
|
build_script:
|
|
- msbuild /m:4 FORMAT.sln
|
|
|
|
test_script:
|
|
- msbuild RUN_TESTS.vcxproj
|
|
|
|
on_failure:
|
|
- appveyor PushArtifact Testing/Temporary/LastTest.log
|
|
- appveyor AddTest test
|