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:
commit
4d653a2d68
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue