Fix CI Windows task
This commit is contained in:
parent
a762e3d4c0
commit
d49bccde70
1 changed files with 5 additions and 1 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -70,13 +70,17 @@ pipeline {
|
|||
script {
|
||||
bat 'flutter pub get'
|
||||
bat 'call compile.bat'
|
||||
bat '''
|
||||
cd build\\windows\\x64\\runner\\Release
|
||||
tar -cvf ..\\..\\..\\..\\..\\client-windows.tgz .
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: "out\\*.exe", fingerprint: true
|
||||
archiveArtifacts artifacts: "build\\windows\\x64\\runner\\Release"
|
||||
archiveArtifacts artifacts: "client-windows.tgz"
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue