I found it. You have to create a group on the CDash project admin interface first, with the same name as what's specified after --track. It is not very flexible, though.
Is there a way to create groups via the command line? I could set up a git hook to create the group when a new branch is pushed, or eventually removes the group when the remote branch is deleted. Cheers, Miklos On 18 March 2015 at 12:25, Miklos Espak <[email protected]> wrote: > ... different then "Nightly", "Continuous" and "Experimental"? > > I would like to have a dashboard per branch for continuous testing, so > that we can track the changes in the individual branches independently. > > The --track option should be for that, I think, but could not get it > working. > > I tried this: > > ctest -S CTestContinuous.cmake --track 4009-external-project-dir > > I also tried to specify the branch name as the parameter of ctest_start(). > > I attached the ctest script. The result always goes to the Continuous > dashboard discarding the command line switch and the argument. > > Any idea? > > Cheers, > Miklos > >
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
