Making tests work

This commit is contained in:
retropikzel 2025-07-20 10:46:00 +03:00
parent 7d3e3975c9
commit 93d6eb1dd8
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -19,8 +19,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 chicken gauche guile kawa mosh racket sagittarius stklos ypsilon".split() //def implementations = "chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon".split()
parallel implementations.collectEntries { implementation-> parallel implementations.collectEntries { implementation->
[(implementation): { [(implementation): {