[CMake] Viewing the full build log from the CDash Dashboard

Nils Gladitz nilsgladitz at gmail.com
Fri Aug 15 07:36:10 EDT 2014


On 15.08.2014 01:59, Matt.Bolger at csiro.au wrote:
> CDash will show a cut-down summary of where it thinks the errors or 
> warnings are but sometimes (especially with parallel builds) these are 
> wrong (or false positives) or alternatively everything succeeded but 
> you still want to browse through the build output.

In case you are using one of the makefile or ninja generators CTest 
launchers might help a bit[1].

Every compile, link and custom command will be wrapped by a command that 
captures the output and command line of its child process.
You still don't get the output of successful commands on your Dashboard 
but full output (not sure if there is a limit) of failed commands.

A random CMake dashboard submission with launchers looks e.g. like this:
http://open.cdash.org/viewBuildError.php?type=1&buildid=3450912

Nils

[1] 
http://www.cmake.org/cmake/help/v3.0/module/CTest.html?highlight=ctest_use_launchers

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20140815/56e4ba83/attachment.html>


More information about the CMake mailing list