Skip to content

Commit

Permalink
chore: optimzie ios build speed
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Sep 5, 2024
1 parent 04a6fed commit cb71f30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ jobs:
- name: Build AppFlowy
working-directory: frontend
run: |
cargo make --profile production-ios-arm64 appflowy-core-dev-ios
cargo make --profile production-ios-arm64 code_generation
cargo make --profile production-ios-arm64 appflowy-core-dev-ios &
cargo make --profile production-ios-arm64 code_generation &
wait
cd appflowy_flutter
flutter build ipa --build-name ${{ github.event.inputs.build_name }} --build-number ${{ github.event.inputs.build_number }} --split-debug-info=./debug_info --obfuscate
Expand Down

0 comments on commit cb71f30

Please sign in to comment.