From 67cb808401e5241915066c8a468ea292ff2bb171 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 31 Oct 2022 21:43:37 -0700 Subject: [PATCH] Added Jenkins badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bea482f..360987a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # practice-timer +[![Build Status - Linux](https://ci.zander.im/job/practice-timer-linux/badge/icon?style=flat&subject=Build%20-%20Linux)](https://ci.zander.im/job/practice-timer-linux/) +[![Build Status - FreeBSD](https://ci.zander.im/job/practice-timer-freebsd/badge/icon?style=flat&subject=Build%20-%20FreeBSD)](https://ci.zander.im/job/practice-timer-freebsd/) + A simple program for tracking time spent doing activities. Originally created for my dad to track his music practice. Build with CMake. Requires GTK+ 3, json-glib, and PkgConfig for CMake. The graphs on the stats page are optional, but they require Plotutils.