commit 9d7b1e8724206aaec5c0830d7c5f5e9486ecdec3
parent f7608c39b3ec27bc33406893d05f5b78a8b003ce
Author: Bor Grošelj Simić <bgs@turminal.net>
Date: Tue, 2 May 2023 04:24:58 +0200
.builds/alpine.yml: run tests with +libc
Signed-off-by: Bor Grošelj Simić <bgs@turminal.net>
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
@@ -38,6 +38,12 @@ tasks:
- check: |
cd hare
make check
+- tests_with_libc: |
+ cd hare
+ hare test -T+libc -lc -o .bin/hare-tests-libc
+- check_with_libc: |
+ cd hare
+ .bin/hare-tests-libc
- docs: |
if [ $BUILD_SUBMITTER != "git.sr.ht" ]
then