From 21a1b14f5ce17acecf5c2ea9a5f801577dc463e4 Mon Sep 17 00:00:00 2001 From: Rasmus Anthin Date: Sun, 22 Sep 2024 23:47:35 +0200 Subject: [PATCH] README.md: * Added a build badge for building of unit tests and running of unit tests. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c51295..ac225c2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![GitHub License](https://img.shields.io/github/license/razterizer/Termin8or?color=blue) +[![build check ubuntu](https://github.com/razterizer/Termin8or/actions/workflows/build-ubuntu.yml/badge.svg)](https://github.com/razterizer/Termin8or/actions/workflows/build-ubuntu.yml) + This is a cross-platform header-only curses-like lib. ## Showcases @@ -32,4 +34,4 @@ This is a cross-platform header-only curses-like lib. * Low-level functions: `clear_screen()`, `return_cursor()`, `restore_cursor()`, `gotorc()`. * `draw_frame()` : Draws a simple frame around your frame buffer. * `draw_game_over()`, `draw_you_won()` : Draws wavy banners in the FIGlet font Grafitti. Used by `GameEngine` if those features are enabled. - \ No newline at end of file +