Improving tests

This commit is contained in:
retropikzel 2025-12-06 12:04:45 +02:00
parent 7d352e9999
commit 29d3acae8b
1 changed files with 6 additions and 3 deletions

9
Jenkinsfile vendored
View File

@ -13,9 +13,12 @@ pipeline {
} }
parameters { parameters {
string(name: 'R7RS_SCHEMES', defaultValue: 'chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon', description: '') //string(name: 'R7RS_SCHEMES', defaultValue: 'chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon', description: '')
string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme guile ikarus ironscheme mosh racket sagittarius ypsilon', description: '') string(name: 'R7RS_SCHEMES', defaultValue: 'chibi', description: '')
string(name: 'LIBRARIES', defaultValue: 'system shell', description: '') //string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme guile ikarus ironscheme mosh racket sagittarius ypsilon', description: '')
string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme', description: '')
//string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme', description: '')
string(name: 'LIBRARIES', defaultValue: 'system', description: '')
} }
stages { stages {