From 3095423e4f1a5f681a6d6b459f356164bba54313 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 17:10:42 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 00e75eb..2484b83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { sh "rake -j8 -C chibi-scheme" sh "make -j8 -C chibi-scheme install" sh "snow-chibi install retropikzel.compile-r7rs" - "tap".split().each { library -> + "tap debug".split().each { library -> stage("${library}") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { sh "make SCHEME=${scheme} LIBRARY=${library} all install test"