fmt/appveyor.yml

19 lines
335 B
YAML
Raw Normal View History

2014-05-16 08:55:12 -07: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 12:58:45 -07:00
2014-05-18 10:03:48 -07:00
build_script:
2014-05-19 07:38:24 -07:00
- msbuild /m:4 FORMAT.sln
2014-04-29 07:40:42 -07:00
test_script:
- msbuild RUN_TESTS.vcxproj
2014-05-16 08:59:54 -07:00
on_failure:
- appveyor PushArtifact Testing/Temporary/LastTest.log
- appveyor AddTest test