]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added dev branch Appveyor badge
authorYann Collet <cyan@fb.com>
Fri, 5 May 2017 22:48:42 +0000 (15:48 -0700)
committerYann Collet <cyan@fb.com>
Fri, 5 May 2017 22:48:42 +0000 (15:48 -0700)
README.md

index 26305f51f8b20989aa8f21a458befe540704fa3b..97b1a7d1dff13e35d7a5a4436e8fe5ad4b10322b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,8 +7,14 @@ For other programming languages,
 you can consult a list of known ports on [Zstandard homepage](http://www.zstd.net/#other-languages).
 
 | dev branch status |
-|----------------------|
-| [![Build Status](https://travis-ci.org/facebook/zstd.svg?branch=dev)](https://travis-ci.org/facebook/zstd)
+|-------------------|
+| [![Build Status][travisDevBadge]][travisLink]    [![Build status][AppveyorDevBadge]][AppveyorLink]                                         |
+
+[travisDevBadge]: https://travis-ci.org/facebook/zstd.svg?branch=dev "Continuous Integration test suite"
+[travisLink]: https://travis-ci.org/facebook/zstd
+[AppveyorDevBadge]: https://ci.appveyor.com/api/projects/status/xt38wbdxjk5mrbem/branch/dev?svg=true "Windows test suite"
+[AppveyorLink]: https://ci.appveyor.com/project/YannCollet/zstd-p0yf0
+
 
 As a reference, several fast compression algorithms were tested and compared
 on a server running Linux Debian (`Linux version 4.8.0-1-amd64`),