Skip to content

Commit

Permalink
README: add status badges
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
  • Loading branch information
wipawel committed Aug 24, 2020
1 parent d589412 commit 41f91aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# KTF - Kernel Test Framework

![GitHub release](https://img.shields.io/github/v/release/awslabs/ktf)
![C/C++ CI](https://github.com/awslabs/ktf/workflows/C/C++%20CI/badge.svg?branch=mainline)
![test-clang-format](https://github.com/awslabs/ktf/workflows/test-clang-format/badge.svg?branch=mainline&event=push)

KTF is a small and simple OS kernel, that enables writing low-level software tests for supported machine architectures (currently: x86-64).

### Features overview
Expand Down Expand Up @@ -153,5 +157,7 @@ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more inform

## License

![GitHub](https://img.shields.io/github/license/awslabs/ktf)

This project is licensed under the BSD 2-Clause License.

0 comments on commit 41f91aa

Please sign in to comment.