diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 000000000..12d6f1d4e --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,4 @@ +extraction: + cpp: + index: + build_command: make static_lib diff --git a/README.md b/README.md index 35b468c68..51ea1b691 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![Windows Build status](https://ci.appveyor.com/api/projects/status/fbgfu0so3afcno78/branch/master?svg=true)](https://ci.appveyor.com/project/Facebook/rocksdb/branch/master) [![PPC64le Build Status](http://140.211.168.68:8080/buildStatus/icon?job=Rocksdb)](http://140.211.168.68:8080/job/Rocksdb) - RocksDB is developed and maintained by Facebook Database Engineering Team. It is built on earlier work on LevelDB by Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)