Adding release builds
This commit is contained in:
parent
f708942ae5
commit
136b5efb60
|
|
@ -27,9 +27,8 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Test') {
|
||||
when { not { branch 'release' } }
|
||||
stage('R6RS') {
|
||||
when { not { branch 'release' } }
|
||||
steps {
|
||||
script {
|
||||
R7RS_SCHEMES.split().each { SCHEME ->
|
||||
|
|
@ -44,6 +43,7 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('R7RS') {
|
||||
when { not { branch 'release' } }
|
||||
steps {
|
||||
script {
|
||||
R7RS_SCHEMES.split().each { SCHEME ->
|
||||
|
|
@ -56,7 +56,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('.deb package') {
|
||||
steps {
|
||||
|
|
|
|||
Loading…
Reference in New Issue