[CMake] CTest/CDash and git

Brad King brad.king at kitware.com
Fri Oct 23 08:21:39 EDT 2009


Andrew Maclean wrote:
> I guess the subject says it all. What is the status of using CMake,
> Ctest and CDash with git?

CMake 2.8 comes with a CTest that can drive dashboards using git-based
work trees (plus hg and bzr).  The ctest_update() command runs "git pull"
to update the work tree, and reports file-wise changes.  It doesn't support
the nightly start time since that doesn't make sense for DVCS.  Nightly
builds currently just pull the latest version.

-Brad


More information about the CMake mailing list