tmo1 / sms-ie

SMS Import / Export is a simple Android app that imports and exports SMS and MMS messages, call logs, and contacts from and to JSON / NDJSON files.
GNU General Public License v3.0
319 stars 38 forks source link

CI: Add GitHub Actions to build debug apk #99

Closed Biswa96 closed 1 year ago

tmo1 commented 1 year ago

I'm not that familiar with CI and Github Actions - can you explain what this does? From your issue title and from reading the code, I gather that this automates building a debug version of the app whenever changes to the app are pushed. Can you elaborate, please?

Artem13327 commented 1 year ago

Of course, I'm not the creator of this Pull Request, but I'll explain anyway. If I understand correctly, it creates an APK every time after a new commit and uploads it to artifacts

Biswa96 commented 1 year ago

Yeah, same as @Artem13327 said.

Biswa96 commented 1 year ago

The CI build did not run here due to first time. But you can see the CI log in my fork and download the APK file from CI artifact.

Artem13327 commented 1 year ago

@Biswa96 Mind if I take your Actions code for my tests?

Biswa96 commented 1 year ago

Yeah, sure. Though I did not add any "code" here 😄

tmo1 commented 1 year ago

Okay, I read / skimmed Understanding GitHub Actions. If I understand things correctly, the point of this workflow is to enable people to use the latest code without them needing to build it manually or wait for it to make it into a release?

Biswa96 commented 1 year ago

Yes.