From b0fdf3cf8108b1ed3f1c84df5cfa3e9468fa7e87 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 8 Jun 2025 13:23:29 +0300 Subject: [PATCH] Adding tests to Jenkins --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e45a72a..7bcc87f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}") {