New builds

This commit is contained in:
retropikzel 2026-07-22 17:46:10 +03:00
parent 0098ae98e8
commit 92809b7808
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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