[CMake] [CDash] Set program path on the client-side, with client.cdash.xml <program>
David Cole
dlrdave at aol.com
Sat Mar 9 08:38:05 EST 2013
Add "/git.exe" to the path value. Does that make it work?
On Mar 9, 2013, at 4:56 AM, Guillaume Blanc <guillaumeblanc.sc at gmail.com> wrote:
> Hi,
>
> I'm setuping a client machine to run CDash nightly builds of my project, scheduled from my.cdash.org.
> My issue is that initial checkout (git clone) fails because Git command fails.
> I found that it was solved by adding Git to the Path environment variable.
>
> It seems that it's not the right solution though, because from my understanding mymachine.cdash.xml aims to solve that. So I tried to add the following section to mymachine.cdash.xml, but I didn't manage to make it work:
>
> <program>
> <name>git</name>
> <version>1.7</version>
> <path>C:/Program Files/Git/bin</path>
> </program>
>
> - Am I wrong to think that <program> enumerated in this mymachine.cdash.xml are aimed to give client program path (amongst other tings) so that cdash can run those programs on the client side ?
> - Is my <program> description wrong ?
>
> Windows XP
> CMake 2.8.9
> my.cdash.org
>
> Regards
> Guillaume
>
> --
>
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20130309/27cc534f/attachment.htm>
More information about the CMake
mailing list