Android Question How to Build B4A project on Github Actions

AmirPYTHON

Member
Hi guys,

I’m working on a B4A project and I want to automate the build process using GitHub Actions. Is it possible to compile and build a B4A project directly in a GitHub Actions runner?


Has anyone here successfully set up CI/CD for B4A using GitHub Actions? If so, what’s the recommended approach—using Windows runners, emulators, or maybe a custom Docker image?

Excuse me for my bad English.

Thanks!
 

walterf25

Expert
Licensed User
Longtime User
Hi guys,

I’m working on a B4A project and I want to automate the build process using GitHub Actions. Is it possible to compile and build a B4A project directly in a GitHub Actions runner?


Has anyone here successfully set up CI/CD for B4A using GitHub Actions? If so, what’s the recommended approach—using Windows runners, emulators, or maybe a custom Docker image?

Excuse me for my bad English.

Thanks!
Interesting, I have thought about this, however I haven't dug too deep but would be nice to hear others comment on this, I think the right approach would be Docker, but again I'm not 100% sure, I wish I had enough time to investigate further.
 
Upvote 0

walterf25

Expert
Licensed User
Longtime User
On second thought, Docker may not work, since B4ABuilder.exe will only run on Windows, but I guess we could do a self hosted runner and point to it in github.

Just thinking out loud.
 
Upvote 0
Top