New builds

This commit is contained in:
retropikzel 2026-07-22 18:12:40 +03:00
parent 620fba4e56
commit 8c838e90a8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
snow-chibi install retropikzel.compile-r7rs snow-chibi install retropikzel.compile-r7rs
make SCHEME=chibi LIBRARY=tap all install test make SCHEME=chibi LIBRARY=tap all install test
'''.split("\n").each { cmd -> '''.split("\n").each { cmd ->
stage("${cmd}") { stage("wip") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "${cmd}" sh "${cmd}"
} }