A flexible buildbot master.cfg for building C/C++/Obj-C projects.
Go to file
2023-09-09 23:43:10 +00:00
.gitignore Add README and .gitignore 2023-09-09 21:33:41 +00:00
LICENSE Create LICENSE 2023-09-09 18:17:19 -04:00
master.cfg Ensure cmake builds CMAKE_BUILD_TYPE=Debug on ci server 2023-09-09 23:43:10 +00:00
README.md Fix typo 2023-09-09 18:41:43 -04:00

A flexible buildbot master.cfg for building C/C++/Obj-C projects.

Supports both autoconf and cmake, and is designed to work with my DockerFiles and BastilleFiles hoste don this github profile.

I've been quietly building this on my ipv6 jail, and wanted to start tracking changes after refactoring it and making it much more flexible.

This was also a fun exercise in Python.

See Also:

s-daveb/ip6jail.template

s-daveb/ip6buildbot-worker

s-daveb/automake-cpp-template

s-daveb/gcc-sdl2-game-runner