antonyjr0 OP t1_j05se50 wrote
Reply to comment by durrandi in Build Android from Source using Hetzner Cloud with your Phone/Computer (32 cents for a single build) (Alpha Stage) by antonyjr0
Really good, you can use the tool with -k arg to keep the server even if the build fails, the stdout is saved in the server on /tmp, you inspect it to see what went wrong. Run ham clean to destroy all server and rerun. You give the tool a regular git repo URL or local dir. The entire git repo or local dir will be available on the server at /ham-recipe so you can put your patches and everything at the git repo itself. Run with ham get -k <user>@gh/<repo>
Make sure to run ham clean to destroy all build servers.
See my recipe for ref: https://github.com/ham-community/enchilada-los19.1
ham converts the ~ to the ham community username, but you can give any valid github username.
Viewing a single comment thread. View all comments