project-elaichi
project-elaichi copied to clipboard
Implement CI/CD
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
- [x] Trigger
- [x] Environmental setup
- [x] Packages setup
- [ ] Test
- [ ] Code coverage
- [x] Build app bundles/apk
- [ ] Store test, code coverage and build reports
- [ ] Increment build code and version
- [ ] Connect to playstore
- [x] Set audience, description
- [x] Release Alpha
-
[ ] PR build
- [x] Trigger
- [x] Environmental setup
- [x] Packages setup
- [x] Test
- [x] Code coverage
- [ ] Build app bundles/apk
- [x] Save test, code coverage and build reports
Alternatives
Other CI/CD tools like Travis and Codemagic can be tried.
This issue is stale