Improving tests
This commit is contained in:
parent
59d3e6594a
commit
ba446c8533
|
|
@ -30,6 +30,7 @@ pipeline {
|
||||||
stage('R6RS x86_64 Debian') {
|
stage('R6RS x86_64 Debian') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
stages {
|
||||||
params.LIBRARIES.split().each { LIBRARY ->
|
params.LIBRARIES.split().each { LIBRARY ->
|
||||||
params.R6RS_SCHEMES.split().each { SCHEME ->
|
params.R6RS_SCHEMES.split().each { SCHEME ->
|
||||||
def IMG="${SCHEME}:head"
|
def IMG="${SCHEME}:head"
|
||||||
|
|
@ -43,6 +44,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('R7RS x86_64 Debian') {
|
stage('R7RS x86_64 Debian') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue