mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:44:08 +00:00
Split building Unix tarballs and Win installer
This commit is contained in:
@@ -137,9 +137,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Create Windows Installer & Tarballs') {
|
||||
stage('Create Unix Tarballs') {
|
||||
steps {
|
||||
sh "BUNDLE_VERSION=${params.BUNDLE_VERSION} DO_GZIP=${params.DO_GZIP} source/tools/dist/build-unix-win32.sh"
|
||||
sh "BUNDLE_VERSION=${params.BUNDLE_VERSION} DO_GZIP=${params.DO_GZIP} source/tools/dist/build-unix-tarballs.sh"
|
||||
stash(name: 'unix-sources', includes: '*.tar.gz')
|
||||
}
|
||||
}
|
||||
@@ -185,6 +185,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Create Windows Installer') {
|
||||
steps {
|
||||
sh "BUNDLE_VERSION=${params.BUNDLE_VERSION} source/tools/dist/build-win-installer.sh"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Generate Signatures and Checksums') {
|
||||
steps {
|
||||
unstash('appimage')
|
||||
|
||||
Reference in New Issue
Block a user