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