Fixing Jenkins tests
This commit is contained in:
parent
9c7b963e81
commit
c513c8ff3b
|
|
@ -12,8 +12,8 @@ pipeline {
|
||||||
stage('Tests') {
|
stage('Tests') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
def implementations = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split()
|
//def implementations = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split()
|
||||||
//def implementations = "chibi".split()
|
def implementations = "chibi".split()
|
||||||
|
|
||||||
implementations.each { implementation->
|
implementations.each { implementation->
|
||||||
stage("${implementation} install") {
|
stage("${implementation} install") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue