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

8
Jenkinsfile vendored
View File

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