-
Notifications
You must be signed in to change notification settings - Fork 0
home
forked after https://github.com/Neamar/KISS/issues/1245
big self note on how i got to this point...
i ended up trying to build first with ant, and sadly it wasn't that simple... it needs a build.xml file. i've never done any ci before, so it could be just my ignorance, right? and so it was...
github also offers maven. never used any of them before... thankfully the first ducking result was quick to clarify https://www.baeldung.com/ant-maven-gradle
and then, after hitting my head a bit longer, got to this point https://github.com/search?q=gradle+ci+build+apk+run+path%3A%2F.github+filename%3Agradle.yml&type=Code&ref=advsearch&l=&l=
which helped me to realise there had to be a simple way https://github.com/caseyavila/velcro/actions/runs/252001836
finally, i noticed the simple way requires a very weird path: app/build/outputs/apk/debug/app-debug.apk
nope. freaking https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle didn't help at all!
anyway, this was the awesome result!