Ubuntu Tutorial: C/C++ Unit Tests with Jenkins
0 – Introduction In modern software development, automation is the backbone of efficient workflows. By integrating Jenkins, a robust CI/CD tool, with CMake and Google Test (GTest), developers can automate the compilation and testing of C and C++ projects. This setup ensures that your code is always in a buildable state and that unit tests […]
Ubuntu Tutorial: C/C++ Unit Tests with Jenkins Read More »