fmt/appveyor.yml

19 lines
335 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%
before_build: cmake -DFMT_EXTRA_TESTS=ON .
2014-04-24 19:58:45 +00:00
2014-05-18 17:03:48 +00:00
build_script:
2014-05-19 14:38:24 +00:00
- msbuild /m:4 FORMAT.sln
2014-04-29 14:40:42 +00:00
test_script:
- msbuild RUN_TESTS.vcxproj
2014-05-16 15:59:54 +00:00
on_failure:
- appveyor PushArtifact Testing/Temporary/LastTest.log
- appveyor AddTest test