Fix testing
This commit is contained in:
parent
39c1f9e7a2
commit
21c3ae6040
|
|
@ -21,7 +21,7 @@ pipeline {
|
|||
stage('R6RS tests') {
|
||||
steps {
|
||||
script {
|
||||
def implementations = sh(script: 'compile-scheme --list-r6rs-except larceny', returnStdout: true).split()
|
||||
def implementations = sh(script: 'compile-scheme --list-r6rs-except ironscheme larceny', returnStdout: true).split()
|
||||
params.LIBRARIES.split().each { LIBRARY ->
|
||||
stage("${LIBRARY}") {
|
||||
parallel implementations.collectEntries { SCHEME ->
|
||||
|
|
|
|||
Loading…
Reference in New Issue