Update Android & IOS builds

This commit is contained in:
Dries Peeters
2026-01-14 06:53:06 +01:00
parent d7c0a277d5
commit 6d6e67db97
13 changed files with 185 additions and 23 deletions
+4
View File
@@ -70,6 +70,10 @@ jobs:
working-directory: mobile
run: flutter pub get
- name: Generate iOS platform files
working-directory: mobile
run: flutter create --platforms=ios .
# Skip tests for now - mobile app is incomplete (tests exist but lib/ source code is missing)
# - name: Run tests
# working-directory: mobile
+4
View File
@@ -972,6 +972,10 @@ jobs:
working-directory: mobile
run: flutter pub get
- name: Generate iOS platform files
working-directory: mobile
run: flutter create --platforms=ios .
- name: Build iOS (no codesign)
working-directory: mobile
run: flutter build ios --release --no-codesign