Improving testing
This commit is contained in:
parent
900d196661
commit
43b25bdb29
|
|
@ -33,7 +33,7 @@ pipeline {
|
|||
params.LIBRARIES.split().each { LIBRARY ->
|
||||
params.R6RS_SCHEMES.split().each { SCHEME ->
|
||||
def IMG="${SCHEME}:head"
|
||||
stage("${SCHEME} - ${LIBRARY}") {k
|
||||
stage("${SCHEME} - ${LIBRARY}") {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh "timeout 600 make SCHEME=${SCHEME} LIBRARY=${LIBRARY} test-r6rs-docker"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue