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') {
|
stage('Parallel Build and Deploy') {
|
||||||
parallel {
|
stages {
|
||||||
stage('Android') {
|
stage('Android') {
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
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'
|
sh 'devenv shell flutter build apk'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user