Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Adds CI badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix "xq" Queißner committed Jan 5, 2024
1 parent 4c159fa commit afe9006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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
Expand Down

0 comments on commit afe9006

Please sign in to comment.