1
0
Fork 0

Adding release builds

This commit is contained in:
retropikzel 2025-12-11 10:44:10 +02:00
parent 85b506bbd9
commit f708942ae5
1 changed files with 15 additions and 17 deletions

2
Jenkinsfile vendored
View File

@ -29,7 +29,6 @@ pipeline {
stage('Test') { stage('Test') {
when { not { branch 'release' } } when { not { branch 'release' } }
parallel {
stage('R6RS') { stage('R6RS') {
steps { steps {
script { script {
@ -58,7 +57,6 @@ pipeline {
} }
} }
} }
}
stage('.deb package') { stage('.deb package') {
steps { steps {