From 2e0b83551fac04ca49525fc0061e925677393e6d Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 27 Jan 2015 04:49:31 +0100 Subject: [PATCH] add support for the AppVeyor CI system for checked Windows builds --- appveyor.yml | 16 ++++++++++++++++ readme.md | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..d65ff9b38 --- /dev/null +++ b/appveyor.yml @@ -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 diff --git a/readme.md b/readme.md index dbbdadc0c..81193dbe6 100644 --- a/readme.md +++ b/readme.md @@ -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