CircleCI allow us to build each commit and especially commits from master branch. In the version dedicated to open source it can only works within Linux environment. Resource are also limited, but it offers 4 cores and 8 GB of RAM, which is sufficient to build TheIDE.
My implementation runs TheIDE and UMK makiles. In the future it can be extended for more advanced things such as running auto-test scripts.
Image cimg/base:2022.09 offers Clang 11, which is sufficient for our needs.
No more DDUMPS :)