jenkins: remove wasm modules before building apk
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -19,6 +19,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'devenv shell dart run pdfrx:remove_wasm_modules'
|
||||
sh 'devenv shell flutter build apk'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user