Re: [CMake] [CDash] Set program path on the client-side, with client.cdash.xml

2013-03-11 Thread Guillaume Blanc
/tmp/ctestscript.cdash DONE Running script Nothing to do... On Sun, Mar 10, 2013 at 9:18 PM, Guillaume Blanc < guillaumeblanc...@gmail.com> wrote: > Yes I think repository string (which is > https://code.google.com/p/ozz-animation/) is set correctly. To test it I > copied/pasted the c

Re: [CMake] [CDash] Set program path on the client-side, with client.cdash.xml

2013-03-10 Thread Guillaume Blanc
othing to do... Nothing to do... On Sun, Mar 10, 2013 at 3:36 PM, David Cole wrote: > Is the repository string set correctly for anonymous checkout in the CDash > project settings? > > > *From:* Guillaume Blanc > *Sent:* March 10, 2013 3:56 AM > *To:* David Cole > *CC:* cmak

Re: [CMake] [CDash] Set program path on the client-side, with client.cdash.xml

2013-03-09 Thread Guillaume Blanc
This is how it appears in ctestscript.cdash SET(CLIENT_EXECUTABLE_GIT "C:/Program Files/Git/bin/git.exe") SET(CLIENT_EXECUTABLE_GIT_1_7 "C:/Program Files/Git/bin/git.exe") Regards Guillaume On Sat, Mar 9, 2013 at 6:21 PM, Guillaume Blanc wrote: > Hi, > > No it d

Re: [CMake] [CDash] Set program path on the client-side, with client.cdash.xml

2013-03-09 Thread Guillaume Blanc
tmp/ctestscript.cdash DONE Running script Nothing to do... On Sat, Mar 9, 2013 at 2:38 PM, David Cole wrote: > Add "/git.exe" to the path value. Does that make it work? > > On Mar 9, 2013, at 4:56 AM, Guillaume Blanc > wrote: > > Hi, > > I'm setuping a client m

[CMake] [CDash] Set program path on the client-side, with client.cdash.xml

2013-03-09 Thread Guillaume Blanc
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 solu

[CMake] Using ${CMAKE_CFG_INTDIR} in ADD_TEST property WORKING_DIRECTORY

2012-07-04 Thread Guillaume Blanc
Some tests that I run need to access files (using a relative path) that are located in the same directory as the test executable itself. So I'm trying to use ADD_TEST property WORKING_DIRECTORY in the following way: ADD_TEST( NAME mytest WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CM