jenkins: do not build in parallel and remove wasm before building android

This commit is contained in:
2025-10-25 23:36:32 +02:00
parent 43fbd2367a
commit f1d201fd0c

4
Jenkinsfile vendored
View File

@@ -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'
} }
} }