Added badges

This commit is contained in:
Daniel Brunner
2018-10-05 12:33:01 +02:00
parent ecc938c644
commit aba5965e1b

View File

@ -1,7 +1,9 @@
# DbMessaging
Library to define messages, serialize them and create and apply delta messages (to update the "original" on server for example).
# Building from source
[![Build Status](https://travis-ci.org/0xFEEDC0DE64/DbMessaging.svg?branch=master)](https://travis-ci.org/0xFEEDC0DE64/DbMessaging) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/e64a57bf5b044892afda15c9954ad448)](https://www.codacy.com/app/0xFEEDC0DE64/DbMessaging?utm_source=github.com&utm_medium=referral&utm_content=0xFEEDC0DE64/DbMessaging&utm_campaign=Badge_Grade)
## Building from source
This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware)
```Shell
@ -14,5 +16,6 @@ cd build_DbSoftware
qmake CONFIG+=ccache ../DbSoftware
make -j$(nproc) sub-DbMessaging
make sub-DbMessaging-install_subtargets
./bin/databasetree
./bin/messagingserver &
./bin/messagingclient
```