New builds

This commit is contained in:
retropikzel 2026-07-22 17:10:42 +03:00
parent 78a820373e
commit 3095423e4f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -37,7 +37,7 @@ pipeline {
sh "rake -j8 -C chibi-scheme" sh "rake -j8 -C chibi-scheme"
sh "make -j8 -C chibi-scheme install" sh "make -j8 -C chibi-scheme install"
sh "snow-chibi install retropikzel.compile-r7rs" sh "snow-chibi install retropikzel.compile-r7rs"
"tap".split().each { library -> "tap debug".split().each { library ->
stage("${library}") { stage("${library}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "make SCHEME=${scheme} LIBRARY=${library} all install test" sh "make SCHEME=${scheme} LIBRARY=${library} all install test"