New builds

This commit is contained in:
retropikzel 2026-07-22 17:55:32 +03:00
parent 50cef9ac08
commit 2777cfa5b0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -37,7 +37,7 @@ pipeline {
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"
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "make SCHEME=chibi LIBRARY= all install test" sh "make SCHEME=chibi LIBRARY=tap all install test"
} }
} }
} }