fmt/appveyor.yml

17 lines
288 B
YAML
Raw Normal View History

2014-05-16 15:55:12 +00:00
configuration:
- Debug
- Release
install:
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
2014-04-23 19:46:58 +00:00
before_build: cmake .
2014-04-24 19:58:45 +00:00
build:
project: FORMAT.sln
2014-04-29 14:40:42 +00:00
test_script:
- msbuild RUN_TESTS.vcxproj
- appveyor PushArtifact Testing/Temporary/LastTest.log
- appveyor AddTest test