diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-03-31 13:47:23 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-03-31 13:47:23 (GMT) |
commit | 3bba55c741293dd8162e5afb9eace5e03fcff023 (patch) | |
tree | 94b181c5a6d2357cf01cdc01d01af8bc6c618d25 /README.md | |
parent | 7c26b038547e3a488a6cd5fe13df260b6e4d6e08 (diff) | |
download | lz4-3bba55c741293dd8162e5afb9eace5e03fcff023.zip lz4-3bba55c741293dd8162e5afb9eace5e03fcff023.tar.gz lz4-3bba55c741293dd8162e5afb9eace5e03fcff023.tar.bz2 |
Fixed : Windows compilation
Added : Appveyor badge
Diffstat (limited to 'README.md')
-rw-r--r--[-rwxr-xr-x] | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 69f7397..453bb01 100755..100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ It trades CPU time for compression ratio. |------------|---------| |master | [![Build Status](https://travis-ci.org/Cyan4973/lz4.svg?branch=master)](https://travis-ci.org/Cyan4973/lz4) | |dev | [![Build Status](https://travis-ci.org/Cyan4973/lz4.svg?branch=dev)](https://travis-ci.org/Cyan4973/lz4) | +|visual | [![Build status](https://ci.appveyor.com/api/projects/status/v6kxv9si529477cq?svg=true)](https://ci.appveyor.com/project/YannCollet/lz4) | + > **Branch Policy:** @@ -63,4 +65,4 @@ defined into [lz4_Frame_format]. [Open-Source Benchmark program by m^2 (v0.14.3)]: http://encode.ru/threads/1371-Filesystem-benchmark?p=34029&viewfull=1#post34029 [Silesia Corpus]: http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia [lz4_Block_format]: lz4_Block_format.md -[lz4_Frame_format]: lz4_Frame_format.md
\ No newline at end of file +[lz4_Frame_format]: lz4_Frame_format.md |