mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore(mobile): remove Drift generated code (#30297)
* chore(mobile): remove Drift generated code * Remove Drift test generated files from tree * Make static_analysis use the shared mobile:codegen action * Remove static_analysis generated file diffing
This commit is contained in:
parent
534b8746e4
commit
27a29b6fab
65 changed files with 21 additions and 270613 deletions
15
.github/workflows/build-mobile.yml
vendored
15
.github/workflows/build-mobile.yml
vendored
|
|
@ -130,12 +130,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: mise //mobile:install:ci
|
||||
|
||||
- name: Generate translation file
|
||||
run: mise //mobile:codegen:translation
|
||||
|
||||
- name: Generate platform APIs
|
||||
run: mise //mobile:codegen:pigeon
|
||||
working-directory: ./mobile
|
||||
- name: Perform codegen
|
||||
run: mise //mobile:codegen
|
||||
|
||||
- name: Build Android App Bundle
|
||||
working-directory: ./mobile
|
||||
|
|
@ -228,11 +224,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: mise //mobile:install:ci
|
||||
|
||||
- name: Generate translation files
|
||||
run: mise //mobile:codegen:translation
|
||||
|
||||
- name: Generate platform APIs
|
||||
run: mise //mobile:codegen:pigeon
|
||||
- name: Perform codegen
|
||||
run: mise //mobile:codegen
|
||||
|
||||
- name: Resolve iOS Swift Packages
|
||||
working-directory: ./mobile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue