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