Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add snippets CI badge on cover page #423

Merged
merged 2 commits into from
Jul 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<img src="https://github.com/ckormanyos/real-time-cpp/actions/workflows/real-time-cpp.yml/badge.svg" alt="Build Status"></a>
<a href="https://github.com/ckormanyos/real-time-cpp/actions">
<img src="https://github.com/ckormanyos/real-time-cpp/actions/workflows/real-time-cpp-examples.yml/badge.svg" alt="Build Examples"></a>
<a href="https://github.com/ckormanyos/real-time-cpp/actions">
<img src="https://github.com/ckormanyos/real-time-cpp/actions/workflows/real-time-cpp-snippets.yml/badge.svg" alt="Build Snippets"></a>
<a href="https://github.com/ckormanyos/real-time-cpp/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc">
<img src="https://custom-icon-badges.herokuapp.com/github/issues-raw/ckormanyos/real-time-cpp?logo=github" alt="Issues" /></a>
<a href="https://github.com/ckormanyos/real-time-cpp/actions/workflows/codeql.yml">
Expand Down Expand Up @@ -471,11 +473,25 @@ depending on the particular OS/build/target-configuration.

### Build Status

Here is the build status badge.
At the moment, there are three major builds. Each build emphasizes
different capabilities of the companion code.

- Build `ref_app` and benchmarks for various targets and host(s) on both `*nix` as well as `Win*`.
- Build the examples on `*nix`.
- Build the code snippets on `*nix`.

Here are the build status badges.

[![Build Status](https://github.com/ckormanyos/real-time-cpp/actions/workflows/real-time-cpp.yml/badge.svg)](https://github.com/ckormanyos/real-time-cpp/actions)
<p align="center">
<a href="https://github.com/ckormanyos/real-time-cpp/actions">
<img src="https://github.com/ckormanyos/real-time-cpp/actions/workflows/real-time-cpp.yml/badge.svg" alt="Build Status"></a>
<a href="https://github.com/ckormanyos/real-time-cpp/actions">
<img src="https://github.com/ckormanyos/real-time-cpp/actions/workflows/real-time-cpp-examples.yml/badge.svg" alt="Build Examples"></a>
<a href="https://github.com/ckormanyos/real-time-cpp/actions">
<img src="https://github.com/ckormanyos/real-time-cpp/actions/workflows/real-time-cpp-snippets.yml/badge.svg" alt="Build Snippets"></a>
</p>

The build status badge represents the state of the nightly CI builds and tests.
The build status badges represent the state of the nightly CI builds and tests.

## GNU/GCC Compilers

Expand Down