bob
A minimalistic CI/CD webhook service in Go. Fully compatible with WebHawk's config and recipes.
F.A.Q
Can I use this to automatically build my project that is hosted in GitHub when changes happen in a branch?
Yes
Why it's named Bob?
Because it's a builder.
Can we build it?
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.
Build instructions
- 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 (named bob_builder
)
License
This is under MIT License. Check the LICENSE
file in the project root directory for more info.