CyBear-Jinni / cbj_app

📱 CyBear Jinni App is the app to control CyBear Jinni Hub 💡 remotely from your Android, IOS and Web Browser. If you have ever wondered "Is there an open-source project to make my own smart home?", This is part of one.
https://cybearjinni.com
GNU Affero General Public License v3.0
117 stars 140 forks source link

Flutter ci added #682

Closed andoriyaprashant closed 11 months ago

andoriyaprashant commented 1 year ago

Fixes #681

Changes -

guyluz11 commented 1 year ago

How is it different from the current ci?, and if there is new features why not adding it to the current one https://github.com/CyBear-Jinni/cbj_app/tree/master/.github/workflows

Specifically this one https://github.com/CyBear-Jinni/cbj_app/blob/master/.github/workflows/dart.yml

andoriyaprashant commented 1 year ago

Hello @guyluz11 The "Dart CI" workflow is focused on testing Dart code and allows you to select the Flutter channel and version as environment variables. The "Flutter CI" workflow, on the other hand, is primarily focused on Flutter, and it not only tests the code but also builds an APK and archives it as an artifact and If you want me to make changes in this, please let me know.

guyluz11 commented 1 year ago

APK archive could be good

Planning a massive change to the repo, I think I'll put it in after the change

guyluz11 commented 11 months ago

Thanks for the PR