A minimalistic CI/CD webhook service in Go. Fully compatible with WebHawk's config and recipes.
Can I use this to automatically build my project that is hosted in GitHub when changes happen in a branch?
Yes
Because it's a builder.
Yes we can! 🔨 👷 🔧 (Just follow the instructions below)
Because I can and because I wanted to get more familiar with Go. Worry not, I'll still 💖 you even if you never use it.
- Make sure you have latest Go installed and configured
- Clone the project in your workspace directory (what
$GOPATH
points at) cd
in the project directory- Use
make deps
to get all dependencies. - Use
make
to build the executable (namedbob_builder
)
This is under MIT License. Check the LICENSE
file in the project root directory for more info.