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

Reply via email to