B4J Question Continuous integration for binary distribution

xulihang

Well-Known Member
Licensed User
Longtime User
My code is hosted on GitHub and the binary files will be uploaded to GitHub release in three kinds: inno setup built exe, mac dmg and crossplatform zip.

Is there a solution to receive a GitHub webhook event and automatically build jar and pack exe, dmg and zip.

For now, I just update these files manually on windows. The dmg file for mac can be created on osx and modified on windows using Transmac.
 

xulihang

Well-Known Member
Licensed User
Longtime User
Yes, I can run a b4j server to receive command to git clone the latest repo and build. And write a makefile to manage the packaging process.
 
Upvote 0
Top