From 933ce839990941670ed793addff5e510ce005423 Mon Sep 17 00:00:00 2001 From: Nick Banks Date: Tue, 4 Oct 2016 08:42:08 -0700 Subject: [PATCH] Add Appveyor Badge to readme.md (#741) * Add Appveyor Badge to readme.md. Fixes issue #684. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d0a5158a..a6a01f86d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![OpenThread][ot-logo]][ot-repo] [![Build Status][ot-travis-svg]][ot-travis] +[![Build Status][ot-appveyor-svg]][ot-appveyor] [![Coverage Status][ot-codecov-svg]][ot-codecov] --- @@ -19,6 +20,8 @@ applications. More information about Thread can be found on [ot-logo]: doc/images/openthread_logo.png [ot-travis]: https://travis-ci.org/openthread/openthread [ot-travis-svg]: https://travis-ci.org/openthread/openthread.svg?branch=master +[ot-appveyor]: https://ci.appveyor.com/project/jwhui/openthread +[ot-appveyor-svg]: https://ci.appveyor.com/api/projects/status/r5qwyhn9p26nmfk3?svg=true [ot-codecov]: https://codecov.io/gh/openthread/openthread [ot-codecov-svg]: https://codecov.io/gh/openthread/openthread/branch/master/graph/badge.svg