Untegrating an eclipse/cdt-based build into continuous integration
问题 I have to reuse a major C++ project which is currently developed inside eclipse, using CDT, mingw and cdt managed build feature (no external makefiles or build environment). The project itself is composed of many sub-projects. I want to integrate that build into a continuous integration server (jenkins namely) and have thus to be able to automate the headless build. So far, I managed to checkout the project (easy from jenkins) and have it build in a headless mode using eclipse, using the