add support for the AppVeyor CI system for checked Windows builds
This commit is contained in:
parent
d2b9abc4d3
commit
2e0b83551f
|
@ -0,0 +1,16 @@
|
||||||
|
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
|
|
@ -1,4 +1,4 @@
|
||||||
# Cppcheck [](https://travis-ci.org/danmar/cppcheck) [](https://scan.coverity.com/projects/512)
|
# Cppcheck [](https://travis-ci.org/danmar/cppcheck) [](https://scan.coverity.com/projects/512) [](https://ci.appveyor.com/project/Kosta-Github/cppcheck/branch/master)
|
||||||
|
|
||||||
## Donations
|
## Donations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue