Re: [CMake] simple cdash script

2011-06-15 Thread David Cole
What cmake output do you see if you click on the green "0" numbers in the configure column on your dahboard? It should be the full configure output. Is your dashboard public? Can you send us a link to it? On Wed, Jun 15, 2011 at 8:50 AM, Yngve Inntjore Levinsen < yngve.levin...@gmail.com> wrote:

Re: [CMake] simple cdash script

2011-06-15 Thread Yngve Inntjore Levinsen
Hi David, Thanks for your quick reply. I understand that it makes sense for the make Experimental to skip the update step. Do you then mean to run something like ctest -D ExperimentalStart\ -D ExperimentalUpdate \ -D ExperimentalBuild\ -D ExperimentalConfigure\ -

Re: [CMake] simple cdash script

2011-06-15 Thread David Cole
"make Experimental" intentionally skips the update step. If you want to do the same thing as "make Experimental" but add the update step, you'll have to run ctest with appropriate -D or -M and -T arguments, or write a ctest -S script to do the steps you'd like to do. HTH, David On Wed, Jun 15,

[CMake] simple cdash script

2011-06-15 Thread Yngve Inntjore Levinsen
Dear developers, I am sure this has been answered before, but I cannot find the information. I apologize in advance for my ignorance. I have set up our project with cmake/ctest, and have a cdash server running. I have configured everything so that if I run in the source directory mkdir build