jenkins: remove wasm modules before building apk
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user