Creating CI pipelines for C++/Qt applications with Buildbot
ci buildbotIntroduction I recently had to set up a Continuous Integration (CI) system to automate the build and testing of several proprietary C++ project based on Qt. I needed a self-hosted solution that works on a local network, and is as customizable and flexible as possible. Among other alternatives, I chose Buildbot.
Read more...