SwEnt-Group13 / Unio

The world’s largest campus life platform.
3 stars 1 forks source link

chore(action/apk-maker): add a yml file that should make apk of the main automatically #86

Closed Romainhir closed 5 days ago

Romainhir commented 5 days ago

To be able to download the apk of the app directly from GitHub, a workflow is needed to be setup. This is the purpose of this PR. It includes :

A apk-maker.yml file that will be useful to setup the Workflow

The "$GOOGLE_SERVICES" and the "$LOCAL_PROPERTIES" were not loaded. This is why the CI crashed when building the apk. This PR is here to fix this problem

sonarcloud[bot] commented 5 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Romainhir commented 5 days ago

Nice addition, creating APK files will be very useful. By the way, have you tested an APK file on your phone to see if it works properly ? I'll approve the PR but it's always good to do some real-circumstances testing.

I did not manually install it on my phone, but instead of using an emulator to make tests when I'm coding, I use directly my phone.