jenkins: remove wasm modules before building apk

This commit is contained in:
2025-10-22 19:28:38 +02:00
parent 985a7705dc
commit f7bc9052bd

1
Jenkinsfile vendored
View File

@@ -19,6 +19,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'devenv shell dart run pdfrx:remove_wasm_modules'
sh 'devenv shell flutter build apk' sh 'devenv shell flutter build apk'
} }
} }