New builds
This commit is contained in:
parent
620fba4e56
commit
8c838e90a8
|
|
@ -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}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue