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