From 8c448507926949ee8cfb2b58b98008d7d71d17e9 Mon Sep 17 00:00:00 2001 From: Michael van der Werve Date: Tue, 17 Jul 2018 10:34:56 +0200 Subject: [PATCH] Add AppVeyor badge We have the build file, so it's nice to display the badge as well. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18e832a..630f9d9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ AMQP-CPP ======== [![Build Status](https://travis-ci.org/CopernicaMarketingSoftware/AMQP-CPP.svg?branch=master)](https://travis-ci.org/CopernicaMarketingSoftware/AMQP-CPP) +[![Build status](https://ci.appveyor.com/api/projects/status/7xoc4y0flm0045yy/branch/master?svg=true)](https://ci.appveyor.com/project/mvdwerve/amqp-cpp/branch/master) AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker. The library can be used to parse incoming data from a RabbitMQ server, and to