Add build status to readme

This commit is contained in:
Leon Etienne 2022-10-26 09:20:00 +02:00
parent 1e51c89772
commit c43de86e78
Signed by: leonetienne
SSH Key Fingerprint: SHA256:hs2AZKjRTbd2kYg44u89rM19UT2LyBOpSbIShsdkkfg
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
all:
# 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
doxygen doxyfig

View File

@ -1,3 +1,5 @@
[![Build Status](https://drone.leonetienne.de/api/badges/leonetienne/BmpPP/status.svg)](https://drone.leonetienne.de/leonetienne/BmpPP)
# BmpPP
A simple, easy to use, BMP image interface for C++!