Fixing Jenkins tests

This commit is contained in:
retropikzel 2025-07-10 07:29:45 +03:00
parent 1ab6565ed5
commit 8aa2469ea8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
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 chicken".split()
implementations.each { implementation-> implementations.each { implementation->
stage("${implementation} install") { stage("${implementation} install") {