fmt/appveyor.yml
2014-06-06 06:35:28 -07:00

19 lines
335 B
YAML

configuration:
- Debug
- Release
install:
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
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