Adding tests to Jenkins

This commit is contained in:
retropikzel 2025-06-08 13:23:29 +03:00
parent 7d822c719f
commit b0fdf3cf81
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -14,7 +14,6 @@ pipeline {
steps {
script {
def r6rs_implementations = sh(script: 'sash -L ./snow -L . compile-r7rs.scm --list-r6rs-schemes', returnStdout: true).split()
def r7rs_implementations = sh(script: 'sash -L ./snow -L . compile-r7rs.scm --list-r7rs-schemes', returnStdout: true).split()
r6rs_implementations.each { implementation->
stage("${implementation}") {