Compare commits

..

2 Commits

Author SHA1 Message Date
e22c87bfc3
Merge branch 'master' of gitea.leonetienne.de:leonetienne/BmpPP
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-26 09:20:53 +02:00
c43de86e78
Add build status to readme 2022-10-26 09:20:00 +02:00
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++!