From c6cbb60bd9fa0cfbad0062134a4ae63ce2517780 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Thu, 5 Jun 2014 23:31:09 +0200 Subject: [PATCH] Readme: add CI badges for AppVeyor and Travis --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c23eb208..2081e6f1 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ Supported Platforms: Building Math.NET Numerics -------------------------- +Windows: [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/79j22c061saisces/branch/master)](https://ci.appveyor.com/project/cdrnet/mathnet-numerics) +Mono: [![Travis Build Status](https://travis-ci.org/mathnet/mathnet-numerics.svg?branch=master)](https://travis-ci.org/mathnet/mathnet-numerics) + If you do not want to use the official binaries, or if you like to modify, debug or contribute, you can compile Math.NET Numerics locally either using Visual Studio or manually with the build scripts. * The Visual Studio solutions should build out of the box, without any preparation steps or package restores.