From: Yann Collet Date: Fri, 5 May 2017 22:48:42 +0000 (-0700) Subject: added dev branch Appveyor badge X-Git-Tag: v1.3.0~1^2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d55e1fbee1c5b2c188fd9980babc4dac2379d9e;p=thirdparty%2Fzstd.git added dev branch Appveyor badge --- diff --git a/README.md b/README.md index 26305f51f..97b1a7d1d 100644 --- 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`),