fmt/appveyor.yml
2014-05-16 08:55:12 -07:00

17 lines
288 B
YAML

configuration:
- Debug
- Release
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
- appveyor PushArtifact Testing/Temporary/LastTest.log
- appveyor AddTest test