Adding tests to Jenkins
This commit is contained in:
parent
b8b56df6f9
commit
6b211ca29a
|
@ -14,8 +14,8 @@ pipeline {
|
|||
stage("Get implementation lists") {
|
||||
steps {
|
||||
script {
|
||||
r6rs_implementations = sh script: 'sash -L ./snow -L . compile-r7rs.scm --list-r6rs-schemes', returnStdout: true
|
||||
r7rs_implementations = sh script: 'sash -L ./snow -L . compile-r7rs.scm --list-r7rs-schemes', returnStdout: true
|
||||
def r6rs_implementations = sh script: 'sash -L ./snow -L . compile-r7rs.scm --list-r6rs-schemes', returnStdout: true
|
||||
def r7rs_implementations = sh script: 'sash -L ./snow -L . compile-r7rs.scm --list-r7rs-schemes', returnStdout: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue