[cmake-developers] How submit CMake dashboard to a different CDash server?
David Cole
dlrdave at aol.com
Thu Aug 22 11:19:16 EDT 2013
> On Fri, 16 Aug 2013 11:42:36 -0400, David Cole said:
>
> >Try writing a dashboard_hook_build function, and setting the
> >CTEST_DROP_* variables in there.
> >
> >The CTestConfig settings in the CMake source tree win unless you set
> >those variables in the ctest script *after* the configure step. (I
> >think... if I'm remembering correctly.)
>
> That mostly worked, thanks. My CMake build now gets submitted to my
own
> dashboard. But cmake_common also automatically builds KWSys too, and
that's
> still showing up on the public dashboard... any idea why?
Because that's what cmake_common does. It runs separate kwsys
dashboards at the end of it, to facilitate testing kwsys topics under
gerrit review on all the same platforms where CMake is tested...
To avoid it:
set(dashboard_no_KWSys 1)
before including cmake_common.
HTH,
David
More information about the cmake-developers
mailing list