sledilnik / mobile-app

Mobile application for latest sledilnik data
GNU Affero General Public License v3.0
4 stars 2 forks source link

Flutter CI Github Action #11

Closed stefanb closed 3 years ago

stefanb commented 3 years ago

Prepares the Flutter environment (using https://github.com/marketplace/actions/flutter-action ) and makes android builds.

See it running at https://github.com/stefanb/sledilnik-mobile-app/actions

Tests are currently failing and should be fixed separately and uncommented in the flutter.yaml

Later we can add building also for iOS and publishing artefacts when release tags are added.

I suggest to squash merge this to keep the git history simpler & cleaner.