Skip to content
/ bob Public

A minimalistic CI/CD webhook service in Go. Fully compatible with WebHawk's config and recipes.

License

Notifications You must be signed in to change notification settings

ragecryx/bob

Repository files navigation

bob

A minimalistic CI/CD webhook service in Go. Fully compatible with WebHawk's config and recipes.

Bob

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)

Why you made this tool since there are way better tools that do the job out there?

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.

About

A minimalistic CI/CD webhook service in Go. Fully compatible with WebHawk's config and recipes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages