cppcheck/appveyor.yml

21 lines
315 B
YAML
Raw Normal View History

version: 1.69.{build}
2015-07-16 12:04:15 +02:00
environment:
VisualStudioVersion: 10.0
configuration:
- Debug
- Release
platform:
- Win32
- x64
build_script:
- msbuild "cppcheck.sln" /m /verbosity:minimal
test_script:
- if "%CONFIGURATION%" == "Release" bin\testrunner.exe
- if "%CONFIGURATION%" == "Debug" bin\debug\testrunner.exe