harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6e49ee66e1e32a85a40dbd96eb632882ee235b21
parent 0f1e8e5e70e5ef5375e0ec6f09ab865d3bdc1f41
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 24 Oct 2021 10:12:33 +0200

Update README.md with FreeBSD builds

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
MREADME.md | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,8 +1,15 @@ -# harec [![builds.sr.ht status](https://builds.sr.ht/~sircmpwn/harec/commits.svg)](https://builds.sr.ht/~sircmpwn/harec/commits?) +# harec This is a [Hare](https://harelang.org) compiler written in C11 for POSIX-compatible systems. +## Build status + +<dl> + <dt>Linux (x86_64)</dt><dd><a href="https://builds.sr.ht/~sircmpwn/harec/commits/alpine.yml"><img src="https://builds.sr.ht/~sircmpwn/harec/commits/alpine.yml.svg" alt="Build status for Linux" /></a></dd> + <dt>FreeBSD (x86_64)</dt><dd><a href="https://builds.sr.ht/~sircmpwn/harec/commits/freebsd.yml"><img src="https://builds.sr.ht/~sircmpwn/harec/commits/freebsd.yml.svg" alt="Build status for FreeBSD" /></a></dd> +</dl> + ## Building ```