[CMake] How to add additional informations to cdash?

Chris Hillery chillery-cmake at lambda.nu
Thu Sep 23 04:13:41 EDT 2010


I hope there is a "real" answer to this question, but I've solved a similar
problem for us by setting the "Site name" (CTEST_SITE in ctest scripts) to
something which indicates the OS/version/bit-depth/etc. This obviously
doesn't scale to more than a couple key pieces of information, but it may
help. It does have the benefit of putting this information in a very visible
spot on the dashboard.

You can also set CTEST_BUILD_NAME to hold a couple other pieces of data. I
use that to specify which build flags were used and which subset of tests
was run.

Ceej
aka Chris Hillery

On Wed, Sep 22, 2010 at 11:27 PM, norulez <norulez at me.com> wrote:

> Hello,
>
> is there a way to add additional informations to cdash like Qt version,
> database version and such things to the build time. The thing is that i want
> to know under which version a build fails.
>
> Thanks in advance
> Best Regards
> NoRulez
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100923/9caf57d4/attachment.htm>


More information about the CMake mailing list