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') {
when { not { branch 'release' } }
parallel {
stage('R6RS') {
steps {
script {
@ -58,7 +57,6 @@ pipeline {
}
}
}
}
stage('.deb package') {
steps {