Switch to test-r7rs
This commit is contained in:
parent
7570aeab0f
commit
cf5c702387
|
|
@ -19,13 +19,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Docker image warmup') {
|
stage('Test R6RS Debian') {
|
||||||
steps {
|
|
||||||
sh "docker build -f Dockerfile.test ."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('R6RS') {
|
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
params.LIBRARIES.split().each { LIBRARY ->
|
params.LIBRARIES.split().each { LIBRARY ->
|
||||||
|
|
@ -40,7 +34,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('R7RS') {
|
stage('Test R7RS Debian') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
params.LIBRARIES.split().each { LIBRARY ->
|
params.LIBRARIES.split().each { LIBRARY ->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue