sohaibnomanahmed / pensum

A Flutter + Firebase project for buying and selling books, mainly campus curriculum, socially. It uses a MVVM architecture and Trunk based development as well as CodeMagic for CI/CD
MIT License
1 stars 0 forks source link

CI: build for android to on every commit? #16

Closed sohaibnoman closed 3 years ago

sohaibnoman commented 3 years ago

This can be good for determining if the app works, but also time and energy efficient. Either way to make this possible we need to add a debug related build for android so there is no code signing involved or upload code signing to Github Action, in which case we could to the whole CI/CD at Github Actions instead of Codemagic.

sohaibnoman commented 3 years ago

Added a profile buldtype inn app/build.gradle and in CI run: flutter build app bundle --profile