Remove windows build job
This commit is contained in:
parent
47fdc435e9
commit
dfdf480ae0
1 changed files with 0 additions and 25 deletions
25
Jenkinsfile
vendored
25
Jenkinsfile
vendored
|
@ -46,30 +46,5 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build on Windows') {
|
|
||||||
agent {
|
|
||||||
label 'windows'
|
|
||||||
}
|
|
||||||
steps {
|
|
||||||
script {
|
|
||||||
bat 'del out\\.placeholder'
|
|
||||||
bat 'flutter pub get'
|
|
||||||
bat 'flutter build windows'
|
|
||||||
|
|
||||||
dir("build\\windows\\x64\\runner\\Release") {
|
|
||||||
bat 'tar -cvf ..\\..\\..\\..\\..\\windows.tgz .'
|
|
||||||
}
|
|
||||||
|
|
||||||
bat 'iscc wininst.iss'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
post {
|
|
||||||
always {
|
|
||||||
archiveArtifacts artifacts: '*.tgz', fingerprint: true
|
|
||||||
|
|
||||||
deleteDir()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue