[Insight-users] CDash at Home CTest script updates.

Matt McCormick matt.mccormick at kitware.com
Fri Feb 24 10:57:56 EST 2012


Hi,

If you are helping out the ITK project with CDash at Home Gerrit testing
builds as instructed here:

  http://www.itk.org/Wiki/ITK/Release_4/Testing_On_Demand/Tutorial#CTest_script

you will need to update your ctest script.  The variables
CTEST_DROP_SITE and CTEST_DROP_URL have changed with the CDash 2.0
upgrade.  Previously, they pointed to "www.cdash.org" and
"/CDash/submit.php".  They are now:

 set(CTEST_DROP_SITE "open.cdash.org")
 set(CTEST_DROP_URL "/submit.php")

Thanks,
Matt


More information about the Insight-users mailing list