Generate linux appimage when building
This commit is contained in:
parent
b2747c7610
commit
ac9b68f15f
2 changed files with 19 additions and 20 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -25,6 +25,8 @@ pipeline {
|
|||
tar -cvf ../../../../../linux.tgz ./
|
||||
cd ../../../../app/outputs/flutter-apk
|
||||
cp app-release.apk ../../../../
|
||||
|
||||
appimage-builder --recipe AppImageBuilder.yml
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +35,7 @@ pipeline {
|
|||
archiveArtifacts artifacts: '*.tgz', fingerprint: true
|
||||
archiveArtifacts artifacts: '*.apk', fingerprint: true
|
||||
archiveArtifacts artifacts: 'out/*', fingerprint: true
|
||||
archiveArtifacts artifacts: '*.AppImage', fingerprint: true
|
||||
|
||||
deleteDir()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue