Added badges

This commit is contained in:
Daniel Brunner
2018-10-05 12:40:19 +02:00
parent c3a49b219f
commit 7dac6b5d78

View File

@ -1,9 +1,11 @@
# DbPathFinder
Small application which shows the A* path finding algorithm.
[![Build Status](https://travis-ci.org/0xFEEDC0DE64/DbPathFinder.svg?branch=master)](https://travis-ci.org/0xFEEDC0DE64/DbPathFinder) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/29d40017017840ffaf62bd8d86b9bb0e)](https://www.codacy.com/app/0xFEEDC0DE64/DbPathFinder?utm_source=github.com&utm_medium=referral&utm_content=0xFEEDC0DE64/DbPathFinder&utm_campaign=Badge_Grade)
![The demo showing pathfinding](https://raw.githubusercontent.com/0xFEEDC0DE64/DbPathFinder/master/demo.gif)
# Building from source
## Building from source
This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware)
```Shell
@ -16,5 +18,5 @@ cd build_DbSoftware
qmake CONFIG+=ccache ../DbSoftware
make -j$(nproc) sub-DbPathFinder
make sub-DbPathFinder-install_subtargets
./bin/databasetree
./bin/pathfinder
```