Fixing tests

This commit is contained in:
retropikzel 2025-10-17 07:25:13 +03:00
parent 6d37e7bba3
commit 434a45194f
1 changed files with 5 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -19,10 +19,12 @@ pipeline {
stages {
stage('Build compile-r7rs') {
agent {
docker {
image "schemers/chicken:5"
label "docker-x86_64"
}
}
steps {
sh "git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git"
dir("compile-r7rs") {