[CMake] ctest -DContinuousBuild doesn't build

David Cole david.cole at kitware.com
Wed May 2 12:21:49 EDT 2007


Try passing all the arguments at once to one invocation of ctest:

ctest -DContinuousStart -DContinuousConfigure -DContinuousUpdate --overwrite
SVNUpdateOptions="-r10000" -DContinuousBuild

Does that work?



On 5/2/07, Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA <
artur.kedzierski at navy.mil> wrote:
>
>          Hi,
>
>         I run the following sequence of commands:
>
> ctest -DContinuousStart
> ctest -DContinuousConfigure
> ctest -DContinuousUpdate --overwrite SVNUpdateOptions="-r10000"
> ctest -DContinuousBuild
>
>         The last command will not do anything. It just exits silently even
> though they were updates. I even updated my sources by hand to 100
> revisions
> back to test it. The step
> ctest -DContinuousUpdate --overwrite SVNUpdateOptions="-r10000"
> reports update by 100 revisions and a few hundred files updated. However,
> there is no compilation by ContinuousBuild.
>         Any ideas?
>
> --
> Artur Kedzierski
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20070502/a6fdc4fd/attachment.htm


More information about the CMake mailing list