1
0
Fork 0

Adding release builds

This commit is contained in:
retropikzel 2025-12-11 10:44:55 +02:00
parent f708942ae5
commit 136b5efb60
1 changed files with 22 additions and 23 deletions

5
Jenkinsfile vendored
View File

@ -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 {