mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
update ci
This commit is contained in:
parent
28434aa6d1
commit
30fc632ce8
4
.github/workflows/build-mobile.yml
vendored
4
.github/workflows/build-mobile.yml
vendored
@ -93,6 +93,10 @@ jobs:
|
||||
run: make translation
|
||||
working-directory: ./mobile
|
||||
|
||||
- name: Generate platform APIs
|
||||
run: make platform
|
||||
working-directory: ./mobile
|
||||
|
||||
- name: Build Android App Bundle
|
||||
working-directory: ./mobile
|
||||
env:
|
||||
|
4
.github/workflows/static_analysis.yml
vendored
4
.github/workflows/static_analysis.yml
vendored
@ -66,6 +66,10 @@ jobs:
|
||||
run: make build
|
||||
working-directory: ./mobile
|
||||
|
||||
- name: Generate platform API
|
||||
run: make platform; dart format lib/platform/messages.g.dart
|
||||
working-directory: ./mobile
|
||||
|
||||
- name: Find file changes
|
||||
uses: tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
|
||||
id: verify-changed-files
|
||||
|
@ -1,7 +1,9 @@
|
||||
.PHONY: build watch create_app_icon create_splash build_release_android
|
||||
|
||||
build:
|
||||
platform:
|
||||
dart run pigeon --input lib/platform/messages.dart
|
||||
|
||||
build:
|
||||
dart run build_runner build --delete-conflicting-outputs
|
||||
|
||||
watch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user