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 _______________________________________________ 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