Hello,
i've a build server running based on http://www.cmake.org/Wiki/CTest:Buildserver.
The build slave is a Windows Server 2003 R2.
So, what I try to archive is the following:
Each time a developer check in files/changes, then the continuous build (every minute) starts to with the last changes found. => OK
But in the nightly build I want to run a clean build (As building the project for the first time). It seems that the nightly build is based on the last continuous build.
How can I avoid this behavior and/or change them?
Thanks in advance
Best Regards
NoRulez
i've a build server running based on http://www.cmake.org/Wiki/CTest:Buildserver.
The build slave is a Windows Server 2003 R2.
So, what I try to archive is the following:
Each time a developer check in files/changes, then the continuous build (every minute) starts to with the last changes found. => OK
But in the nightly build I want to run a clean build (As building the project for the first time). It seems that the nightly build is based on the last continuous build.
How can I avoid this behavior and/or change them?
Thanks in advance
Best Regards
NoRulez
-- 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
