From 2777cfa5b0f7516def6239f045aafa4d31f10521 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 17:55:32 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a239e47..ef1a499 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { sh "make -j8 -C chibi-scheme install" sh "snow-chibi install retropikzel.compile-r7rs" catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh "make SCHEME=chibi LIBRARY= all install test" + sh "make SCHEME=chibi LIBRARY=tap all install test" } } }