Re: [CMake] how to create a custom dashboard?

2015-03-20 Thread Miklos Espak
Found a solution by adding new functions to the API. See it here: https://github.com/espakm/CDash/commit/c12b2726a5a336b7b3a700ef3490ed4e54f6fd45 Any interest in merging this? Cheers, Miklos On 20 March 2015 at 13:43, Miklos Espak wrote: > I found it. You have to create a group on the CDash

Re: [CMake] how to create a custom dashboard?

2015-03-20 Thread Miklos Espak
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,

[CMake] how to create a custom dashboard?

2015-03-18 Thread Miklos Espak
... 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