Fix testing
This commit is contained in:
parent
cf43d94da4
commit
6ebce1bb5c
|
|
@ -41,7 +41,7 @@ pipeline {
|
||||||
stage('R7RS tests') {
|
stage('R7RS tests') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
def implementations = sh(script: 'compile-scheme --list-r7rs-except larceny', returnStdout: true).split()
|
def implementations = sh(script: 'compile-scheme --list-r7rs-except gambit larceny', returnStdout: true).split()
|
||||||
params.LIBRARIES.split().each { LIBRARY ->
|
params.LIBRARIES.split().each { LIBRARY ->
|
||||||
stage("${LIBRARY}") {
|
stage("${LIBRARY}") {
|
||||||
parallel implementations.collectEntries { SCHEME ->
|
parallel implementations.collectEntries { SCHEME ->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue