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 [![Build Status](https://travis-ci.org/danmar/cppcheck.svg?branch=master)](https://travis-ci.org/danmar/cppcheck) [![Coverity Scan Build Status](https://scan.coverity.com/projects/512/badge.svg)](https://scan.coverity.com/projects/512)
|
# Cppcheck [![Build Status](https://travis-ci.org/danmar/cppcheck.svg?branch=master)](https://travis-ci.org/danmar/cppcheck) [![Coverity Scan Build Status](https://scan.coverity.com/projects/512/badge.svg)](https://scan.coverity.com/projects/512) [![Build status AppVeyor](https://ci.appveyor.com/api/projects/status/mnxvm33u3xf8baml/branch/master?svg=true)](https://ci.appveyor.com/project/Kosta-Github/cppcheck/branch/master)
|
||||||
|
|
||||||
## Donations
|
## Donations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue