Building a CI Pipeline with CTest and CDash
We can use CMake, CTest and CDash to build a basic Continuous Integration (CI) pipeline. The pipeline builds the applications, runs the tests, collects coverage information and uploads all the results to a dashboard on a web server. All this is controlled by one CMake script executed by CTest.
Read More »Building a CI Pipeline with CTest and CDash