Testing Setup
Help improve the quality of CMake by running a nightly dashboard build on your machine. If you would like to contribute to the CMake project by building a nightly dashboard build, you can follow these instructions:
- Install CMake 2.6.3 or greater
- Get the development version of CMake
- Configure your CMake source tree with binary cmake
- Test your setup by typing make Experimental, then check the CMake dashboard in the next hour to see if your results are available. Once you are able to submit experimental builds, the next step is setting up a nightly build. The nightly build works in almost the same way, but needs to be run each night by crontab or some other scheduling program.
- Create a CTest dashboard client script for your machine.
Get the cmake_common.cmake
script from the CMake dashboard branch
and follow the instructions in the comments at the top.
See also the CMake Git repository wiki page.