Add Buildbot Status Badge to README.md
All checks were successful
buildbot/IOCore-linux-builder Build done.
buildbot/IOCore-macos-builder Build done.
buildbot/IOCore-freebsd-builder Build done.

This commit is contained in:
S David 2024-04-19 18:07:54 -04:00
parent 4dc8be01f1
commit 0120400815
2 changed files with 7 additions and 1 deletions

View File

@ -18,7 +18,7 @@ disable_deprecated_features()
disable_tests_if_subproject()
project(IOCore
VERSION 0.2.16
VERSION 0.2.17
LANGUAGES C CXX
# HOMEPAGE_URL <URL>
DESCRIPTION "A framework for application management, file IO, etc"

View File

@ -1,6 +1,12 @@
# IOCore: A C++20 Application Framework Library
### CI/CD Build Status
| Arch Linux | FreeBSD 14.0 | macOS | Windows|
-------------|--------------|-------|--------|
|![Build Status](https://buildbot.beniquez.me/badges/IOCore-linux-builder.svg) |![Build Status](https://buildbot.beniquez.me/badges/IOCore-macos-builder.svg) | ![Build Status](https://buildbot.beniquez.me/badges/IOCore-freebsd-builder.svg) | TBD |
IOCore is a comprehensive C++20 library designed to simplify common programming tasks.
It features advanced argument parsing functions, a custom exception class that captures stack traces at the point of throw, and a set of convenience macros for writing unit tests, among other utilities.