forked from MapComplete/MapComplete
Scripts(android): only copy assets that are needed
This commit is contained in:
parent
4be89ffdd3
commit
995427cc66
4 changed files with 23 additions and 8 deletions
|
@ -36,7 +36,9 @@ jobs:
|
|||
run: npm ci
|
||||
|
||||
|
||||
- run: npm run init
|
||||
- run: |
|
||||
npm run init
|
||||
npm run generate:layeroverview -- --print-needed-assets
|
||||
|
||||
- name: Move dependency (@capacitor) into android repo
|
||||
run: |
|
||||
|
@ -63,9 +65,6 @@ jobs:
|
|||
fi
|
||||
git add build.gradle
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
|
||||
- name: prepare android build
|
||||
run: npm run android:prepare
|
||||
|
||||
|
@ -123,7 +122,7 @@ jobs:
|
|||
run: |
|
||||
npm run clean && npm run clean:deep
|
||||
npm run prep:layeroverview
|
||||
npm run generate:layeroverview -- --force --exclude-labels=nsfw
|
||||
npm run generate:layeroverview -- --force --exclude-labels=nsfw --print-needed-assets
|
||||
npm run generate:layouts
|
||||
|
||||
- name: Move dependency (@capacitor) into android repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue