summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcostan <costan@google.com>2019-03-07 12:08:35 -0800
committerVictor Costan <pwnall@chromium.org>2019-03-07 15:59:36 -0800
commit04470825ac96cab0d9d16e4ed410349d082fbf82 (patch)
tree49f39a01b3693c3ff700afcb5c7998ff1cff57fe /README.md
parented76289b259d42d0a57c147e791e2c235ed28805 (diff)
downloadleveldb-04470825ac96cab0d9d16e4ed410349d082fbf82.tar.gz
Add AppVeyor (Windows CI) badge to README.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=237295321
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 493bdbd..4f8ce63 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
**LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.**
[![Build Status](https://travis-ci.org/google/leveldb.svg?branch=master)](https://travis-ci.org/google/leveldb)
+[![Build status](https://ci.appveyor.com/api/projects/status/g2j5j4rfkda6eyw5/branch/master?svg=true)](https://ci.appveyor.com/project/pwnall/leveldb)
Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)