jenkins: do not build in parallel and remove wasm before building android
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -14,12 +14,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Parallel Build and Deploy') {
|
||||
parallel {
|
||||
stages {
|
||||
stage('Android') {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
// sh 'devenv shell dart run pdfrx:remove_wasm_modules'
|
||||
sh 'devenv shell dart run pdfrx:remove_wasm_modules'
|
||||
sh 'devenv shell flutter build apk'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user