Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): add ci for Android (Closed Testing) and iOS (TestFlight) Publishing #110

Merged
merged 65 commits into from
Nov 29, 2024

Conversation

a-ghorbani
Copy link
Owner

Description

This PR introduces CI workflows for building and publishing the app on both Android and iOS platforms.
For Android, the build will be pushed to the closed testing track, and for iOS, to TestFlight.

Fixes #74

Key Changes:

  • Added Android build and publishing to the closed testing track via Gradle and Fastlane.
  • Configured iOS build and publishing to TestFlight using Fastlane.
  • Created or modified workflows in .github/workflows/release.yml.

Platform Affected

  • iOS
  • Android
  • CI

Checklist

  • Necessary comments have been made.
  • I have tested this change on:
    • iOS Simulator/Device
    • Android Emulator/Device
  • Unit tests and integration tests pass locally.

@a-ghorbani a-ghorbani marked this pull request as ready for review November 29, 2024 08:00
@a-ghorbani a-ghorbani merged commit 8d05741 into main Nov 29, 2024
3 checks passed
@a-ghorbani a-ghorbani deleted the ci/release-gh-actions branch December 1, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[General]: Add publishing ci
2 participants