fmt/appveyor.yml
2014-05-19 07:38:24 -07:00

19 lines
314 B
YAML

configuration:
- Debug
- Release
install:
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
before_build: cmake .
build_script:
- msbuild /m:4 FORMAT.sln
test_script:
- msbuild RUN_TESTS.vcxproj
on_failure:
- appveyor PushArtifact Testing/Temporary/LastTest.log
- appveyor AddTest test