Skip to content

Preliminary tasks: Update .gitlab-ci.yml to build automatically for iOS and Android App bundles instead of APK

Mehul Kumar requested to merge Mehul-Kumar-27/lh-mhbs-neoroo:develop into master

Overview of the changes and what they do -:

  • test job -: Fetches and updates the dependencies of the flutter project. It also analyze the code and runs the unit test of the projects. It would also output the test coverage information in the GitLab.

  • buid_android and build_ios -: They build the app bundles, with a specific build number and build name. Including build numbers and names in app bundles can help to keep track of app's development, manage releases, automate the build process, and identify issues more easily. The build number is to be the short SHA of the latest commit, and the build name is set to be the ref slug of the latest commit.

Merge request reports