Adding tests to Jenkins
This commit is contained in:
parent
7d822c719f
commit
b0fdf3cf81
|
@ -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}") {
|
||||
|
|
Loading…
Reference in New Issue