feat(voice): add iOS VAD runtime support

This commit is contained in:
Edison Jwa
2026-05-21 20:51:45 +09:00
parent 171baf6e41
commit 6af4ecab0f
73 changed files with 11529 additions and 1249 deletions
+16 -1
View File
@@ -106,4 +106,19 @@ jobs:
run: flutter analyze
- name: flutter test (unit only)
working-directory: apps/chanora_flutter
run: flutter test --exclude-tags e2e || true
run: flutter test --exclude-tags e2e
flutter-ios-release-build:
name: flutter iOS unsigned release build
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: stable
- name: flutter pub get
working-directory: apps/chanora_flutter
run: flutter pub get
- name: flutter build ios --no-codesign
working-directory: apps/chanora_flutter
run: flutter build ios --release --no-codesign