Richard,

It is not clear to me how to setup a nightly build.

I prefer a Clean build.
I would setup simply a new working every night at /var/tmp:

mkdir nightly && nightly
git clone git://cmake.org/cmake.git
git remote add origin  git://cmake.org/cmake.git
git checkout -b nightly remotes/origin/nightly
mkdir build && cmake build && cmake .. && make Nightly
rm -rf *


Or an incremental build:
I have to setup a cmake build dir only once and update it every night with make:

claus-kleins-macbook-pro:CmakeMakeBuildDir clausklein$ make help | grep Nightly
... Nightly
... NightlyBuild
... NightlyConfigure
... NightlyCoverage
... NightlyMemCheck
... NightlyMemoryCheck
... NightlyStart
... NightlySubmit
... NightlyTest
... NightlyUpdate


Which one is right?

Claus


On 14.07.2012, at 15:31, Richard Wackerbarth wrote:

If you need help with the other parts, I can dig out the pieces tonight and send them to you. Let me know where you need help.

--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to