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-27 09:02:35 +02:00
parent 8f589d9063
commit 17d71619b3
No known key found for this signature in database
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/StringTools/status.svg)](https://drone.leonetienne.de/leonetienne/StringTools)
# Just a simple string manipulation library # Just a simple string manipulation library
This really is nothing special. This really is nothing special.