add build status badge to readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Leonetienne 2022-10-28 01:07:54 +02:00
parent bc22288788
commit f54d81913a
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
all: all:
# Copy all but the header of the readme here # Copy all but the header of the readme here
tail ../../readme.md -n +2 > index.md tail ../../readme.md -n +4 > index.md
# #
# Run doxygen # Run doxygen
doxygen doxyfig doxygen doxyfig

View File

@ -1,3 +1,5 @@
[![Build Status](https://drone.leonetienne.de/api/badges/leonetienne/GeneralUtility/status.svg)](https://drone.leonetienne.de/leonetienne/GeneralUtility)
# GeneralUtility # GeneralUtility
is nothing but a useful, little utility library for my C++ projects. is nothing but a useful, little utility library for my C++ projects.
It is public because it is a submodule required to compile my other open source projects. It is public because it is a submodule required to compile my other open source projects.