Adding tests to Jenkins
This commit is contained in:
parent
b964759f2b
commit
307ec6eba1
|
@ -19,7 +19,7 @@ pipeline {
|
||||||
r6rs_implementations.each { implementation->
|
r6rs_implementations.each { implementation->
|
||||||
stage("${implementation}") {
|
stage("${implementation}") {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
sh "make test-r6rs COMPILE_R7RS=${implementation}"
|
sh "make test-r6rs-docker COMPILE_R7RS=${implementation}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue