jenkins: do not remove wasm binaries from android since parallel build fails otherwise

This commit is contained in:
2025-10-25 23:17:30 +02:00
parent 72f6bc5f2d
commit a832815ac5

3
Jenkinsfile vendored
View File

@@ -19,7 +19,7 @@ pipeline {
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'
}
}
@@ -76,6 +76,7 @@ pipeline {
stages {
stage('Build') {
steps {
// sh 'devenv shell dart run pdfrx:remove_wasm_modules --revert'
sh 'devenv shell flutter build web --release'
sh 'docker build -t harbor.julian-mutter.de/sheetless/sheetless-frontend .'
}