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