New builds

This commit is contained in:
retropikzel 2026-07-22 17:37:28 +03:00
parent b7957cdfb9
commit 6d41101c61
1 changed files with 6 additions and 4 deletions

2
Jenkinsfile vendored
View File

@ -38,6 +38,7 @@ pipeline {
sh "snow-chibi install retropikzel.compile-r7rs"
}
}
script {
"tap debug".split().each { library ->
stage("${library}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
@ -47,6 +48,7 @@ pipeline {
}
}
}
}
post {
always {