diff --git a/README.md b/README.md index 1573309..2aecec2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Foundation libc +[![Continuous Integration](https://github.com/ZigEmbeddedGroup/foundation-libc/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/ZigEmbeddedGroup/foundation-libc/actions/workflows/build.yml) + A C standard library that only implements a subset of functions that can be safely used without an operating system. This is called a [freestanding environment](https://en.cppreference.com/w/cpp/freestanding). @@ -19,7 +21,6 @@ The first goal is to reach full C11 *freestanding* support. Zig Version: 0.11 - Run ```sh-session user@microzig ~/foundation-libc $ zig build