Fixing testing

This commit is contained in:
retropikzel 2026-01-25 19:55:06 +02:00
parent a30a62e8aa
commit f3f7f02d85
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -18,6 +18,11 @@ pipeline {
}
stages {
stage('Init') {
steps {
sh "apt-get update && apt-get install -y make docker.io"
}
}
stage('R6RS') {
steps {
script {