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

Setup Pipeline to Share Build on Code Merge to Main #452

Open
4 tasks
shreya-mishra opened this issue Sep 29, 2024 · 0 comments
Open
4 tasks

Setup Pipeline to Share Build on Code Merge to Main #452

shreya-mishra opened this issue Sep 29, 2024 · 0 comments
Assignees

Comments

@shreya-mishra
Copy link
Contributor

Issue Description

Create and configure a CI/CD pipeline that automatically generates and shares the app build whenever code is merged into the main branch. This pipeline should ensure that the latest version of the app is built and distributed to the appropriate stakeholders (e.g., QA, Product team, developers) for testing and review.

Expected Behavior

  • Pipeline triggers automatically when code is merged into the main branch.
  • App build is generated successfully.
  • Build artifacts (APK/IPA) are distributed to specified channels (e.g., Firebase App Distribution, TestFlight, etc.).
  • Notifications are sent to relevant teams with build details.
  • The process is documented for easy reference.

Tasks:

  • Configure the CI/CD pipeline (e.g., GitLab CI, GitHub Actions, Bitrise, Jenkins).
  • Set up build configurations for both Android and iOS.
  • Integrate best-suited distribution channels (App Center, Firebase App Distribution, TestFlight, etc.).
  • Implement notification to relevant stakeholders.
  • Test the pipeline to ensure it's functioning correctly.
  • Document the pipeline configuration and steps.

Current Behavior

We locally build the application.

Screenshots

[If applicable, add screenshots or images that help illustrate the issue. You can use the following Markdown syntax to embed images:]

Environment

  • Operating System: [e.g., Android, iOS, Linux]

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.

Thank you for contributing to our project! We appreciate your help in improving it.

📚 See contributing instructions.

@shreya-mishra shreya-mishra self-assigned this Oct 13, 2024
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

No branches or pull requests

1 participant