1
0
Fork 0

Merge pull request 'Improving builds' (#15) from main into release

Reviewed-on: https://codeberg.org/retropikzel/compile-scheme/pulls/15
This commit is contained in:
retropikzel 2025-12-12 17:09:38 +01:00
commit 4d653a2d68
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -59,7 +59,7 @@ pipeline {
stage('.deb package') { stage('.deb package') {
steps { steps {
sh "make clean" sh "rm -rf *.deb"
sh "make deb" sh "make deb"
archiveArtifacts artifacts: '*.deb', allowEmptyArchive: true, fingerprint: true, onlyIfSuccessful: true archiveArtifacts artifacts: '*.deb', allowEmptyArchive: true, fingerprint: true, onlyIfSuccessful: true
} }