New builds
This commit is contained in:
parent
0098ae98e8
commit
92809b7808
|
|
@ -40,7 +40,7 @@ pipeline {
|
||||||
"tap debug".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=chibi LIBRARY=${library} all install test"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue