Test for all r7rs implementations supported by compile-r7rs
This commit is contained in:
parent
52607af205
commit
5d65d36331
|
|
@ -12,7 +12,7 @@ pipeline {
|
|||
stage('Tests') {
|
||||
steps {
|
||||
script {
|
||||
def implementations = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true)
|
||||
def implementations = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split()
|
||||
|
||||
implementations.each { implementation->
|
||||
tests.each { test ->
|
||||
|
|
|
|||
Loading…
Reference in New Issue