add support for the AppVeyor CI system for checked Windows builds

This commit is contained in:
unknown 2015-01-27 04:49:31 +01:00 committed by Daniel Marjamäki
parent d2b9abc4d3
commit 2e0b83551f
2 changed files with 17 additions and 1 deletions

16
appveyor.yml Normal file
View File

@ -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

View File

@ -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