hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit ce67adb5aea8b1d17d366700551806f868585dcc
parent d0be4a65a027d7d3c1a37aadffc3452128e4977c
Author: Alexey Yerin <yyp@disroot.org>
Date:   Tue, 12 Dec 2023 23:54:13 +0300

CI: Run tests with libc on FreeBSD

Implements: https://todo.sr.ht/~sircmpwn/hare/567
Signed-off-by: Alexey Yerin <yyp@disroot.org>

Diffstat:
M.builds/freebsd.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -25,3 +25,6 @@ tasks: - check: | cd hare make -j2 check +- check_with_libc: | + cd hare + hare test -lc