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

Implement CI/CD #78

Open
12 of 44 tasks
ankank30 opened this issue Jul 30, 2020 · 1 comment
Open
12 of 44 tasks

Implement CI/CD #78

ankank30 opened this issue Jul 30, 2020 · 1 comment

Comments

@ankank30
Copy link
Member

ankank30 commented Jul 30, 2020

Implement GitHub Actions CI/CD

Versions

  • Release build and deployment

    • Trigger
    • Environmental setup
    • Packages setup
    • Test
    • Code coverage
    • Build app bundles/apk
    • Store test, code coverage and build reports
    • Increment build code and version
    • Connect to playstore
    • Set audience, description
    • Release
  • Beta build and deployment

    • Trigger
    • Environmental setup
    • Packages setup
    • Test
    • Code coverage
    • Build app bundles/apk
    • Store test, code coverage and build reports
    • Increment build code and version
    • Connect to playstore
    • Set audience, description
    • Release beta
  • Alpha build and deployment

    • Trigger
    • Environmental setup
    • Packages setup
    • Test
    • Code coverage
    • Build app bundles/apk
    • Store test, code coverage and build reports
    • Increment build code and version
    • Connect to playstore
    • Set audience, description
    • Release Alpha
  • PR build

    • Trigger
    • Environmental setup
    • Packages setup
    • Test
    • Code coverage
    • Build app bundles/apk
    • Save test, code coverage and build reports

Alternatives

Other CI/CD tools like Travis and Codemagic can be tried.

@github-actions
Copy link

This issue is stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants