Re: [CMake] How to test a local git branch

2011-06-17 Thread Esztermann, Ansgar
> If you want to keep your local-only modifications, simply do not use > ctest_update to get the upstream changes. Write your own script, or sequence > of execute_process git calls to retrieve them and then merge or re-base your > local mods as you wish instead. OK, that should be feasible. Th

Re: [CMake] How to test a local git branch

2011-06-17 Thread David Cole
On Fri, Jun 17, 2011 at 6:46 AM, Esztermann, Ansgar < ansgar.eszterm...@mpi-bpc.mpg.de> wrote: > Hi everyone, > > some time ago, I've set up automated nightly builds of an open-source > project (with CTest and CDash). CTest support isn't in upstream, so I have > created a "ctest" branch in git, pu

[CMake] How to test a local git branch

2011-06-17 Thread Esztermann, Ansgar
Hi everyone, some time ago, I've set up automated nightly builds of an open-source project (with CTest and CDash). CTest support isn't in upstream, so I have created a "ctest" branch in git, pulling every night from upstream. A while ago, I noticed that all my test were gone -- indeed, the whol