fmt/appveyor.yml
2014-05-16 08:37:46 -07:00

14 lines
220 B
YAML

install:
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
before_build: cmake .
build:
project: FORMAT.sln
test_script:
- msbuild RUN_TESTS.vcxproj
artifacts:
- path: Testing/Temporary/LastTest.log