Updating tests

This commit is contained in:
retropikzel 2025-10-04 09:20:50 +03:00
parent 1b91f4d409
commit 666de156ac
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -12,11 +12,14 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
parameters {
string(name: 'SCHEMES', defaultValue: 'chibi chicken gauche kawa racket sagittarius stklos', description: '')
}
stages {
stage('Tests x86_64 Debian') {
steps {
script {
def schemes = sh(script: 'docker run -t retropikzel1/compile-r7rs sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true)
schemes.split().each { SCHEME ->
stage("${SCHEME}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {