fmt/appveyor.yml
2014-05-18 10:03:48 -07:00

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