17 lines
273 B
YAML
17 lines
273 B
YAML
|
version: 1.69.{build}
|
||
|
|
||
|
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
|