DeviceFarmer / STFService.apk

Monitor and perform various actions on your Android device. Not meant for actual user devices.
Other
111 stars 59 forks source link

Use GitHub Actions for building APK #121

Closed flameshikari closed 1 year ago

flameshikari commented 1 year ago

Hello! Thanks for the awesome project.

I was a little disappointed that you need to build APK manually, so here's a little solution: with this people can build APK in a forked repo just by few clicks in Actions tab, then download it as an Artifact on the workflow page.

Where are APKs in Releases by the way? For some reason they can't be there? Or I'm missing something? 😄

koral-- commented 1 year ago

Thanks for the PR. APKs are built by Semaphore CI (like the other projects in this org.). Here is its config: https://github.com/DeviceFarmer/STFService.apk/blob/master/.semaphore/semaphore.yml#L12 Indeed they are not uploaded anywhere automatically. They are available in the artifacts tab on semaphore which is AFAIK not public.

Please add a sign-off and adjust the gradle task to build.