[cmake-developers] How submit CMake dashboard to a different CDash server?

David Cole dlrdave at aol.com
Fri Aug 16 11:42:36 EDT 2013


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.)

I have also done it by writing a CTestConfig in the build tree. But I 
think you can do it all in your script.

Let us know if that works.

D




More information about the cmake-developers mailing list