Re: [CMake] continuous build on a branch?

2009-02-04 Thread Bram de Greve
Weird, because that's exactly what I'm trying. I'll have a closer look. Bram Bill Hoffman wrote: Bram de Greve wrote: Hello, Does anyone know how I can fix this? I need a continuous build on a branch, but it keeps updating to the main branch This script does that:

Re: [CMake] continuous build on a branch?

2009-02-03 Thread Bill Hoffman
Bram de Greve wrote: Hello, Does anyone know how I can fix this? I need a continuous build on a branch, but it keeps updating to the main branch This script does that: http://www.cdash.org/CDash/viewNotes.php?buildid=263229 Key parts are here: if(NOT EXISTS

[CMake] continuous build on a branch?

2009-01-30 Thread Bram de Greve
Hi, How can I set up a continuous build on a branch? I've tried setting CTEST_UPDATE_OPTIONS to include the branch name, but it keeps removing the stickyness and update to the main branch. set(CTEST_CVS_CHECKOUT ${CTEST_CVS_COMMAND} -d:pserver:f...@bar.com/baz co -r branchname foobar)