[CMake] adding parts of build log to dashboard.

Clinton Stimpson clinton at elemtech.com
Thu Jan 7 11:21:41 EST 2016


On Thursday, January 07, 2016 02:51:18 PM Rashad Kanavath wrote:
> Hello,
> 
> How can I include part of my build log to cdash output. Currently cdash
> pickup build errors and warnings.
> 
> In the build summary, if there is no build log attached. I think this is
> intentional given the size of build log for some projects.
> 
> What I would like to know is , if there is way I can put some logs into
> build summary page via some special cmake settings. I don't may be setting
> a cmake var ?
> 
> My situation is I have a set of add_custom_targets that I used to make
> packages. they produce various ouputs such as processing abc.dll, creating
> zip archive, adding files to archive etc..
> 
> Is there a way I can include them into the build summary ?

I don't know how to add them to the build summary.

What I do for packages is make a test for them, using add_test().
There are settings to control how much test output you get on cdash.

Clint


More information about the CMake mailing list