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:14:10 +02:00
parent f627e36983
commit 89846f7b38
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/Eule/status.svg)](https://drone.leonetienne.de/leonetienne/Eule)
# Eule
Eule is a homemade math library, mainly targetted towards computer graphics.