New builds
This commit is contained in:
parent
78a820373e
commit
3095423e4f
|
|
@ -37,7 +37,7 @@ pipeline {
|
||||||
sh "rake -j8 -C chibi-scheme"
|
sh "rake -j8 -C chibi-scheme"
|
||||||
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"
|
||||||
"tap".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=${scheme} LIBRARY=${library} all install test"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue