|
|
Line 1: |
Line 1: |
| __NOTOC__
| | The instructions previously available on this page have been superseded. See [https://gitlab.kitware.com/cmake/cmake/blob/master/Help/dev/testing.rst here]. |
| | |
| This page documents how to use the CMake '''dashboard''' branch in [http://git-scm.com Git].
| |
| See our [[CMake/Git|table of contents]] for more information.
| |
| | |
| ==Using the dashboard scripts==
| |
| | |
| {| style="width: 100%" cellspacing="0" cellpadding="0"
| |
| |-
| |
| |width=60%|
| |
| The [[CMake/Git#Branches| dashboard]] branch contains a dashboard client helper script.
| |
| Use these commands to track it:
| |
| |-
| |
| |
| |
| :<code>$ mkdir -p ~/Dashboards/CMakeScripts</code>
| |
| :<code>$ cd ~/Dashboards/CMakeScripts</code>
| |
| :<code>$ git init</code>
| |
| :<code>$ git remote add -t dashboard origin https://cmake.org/cmake.git</code>
| |
| :<code>$ git pull origin</code>
| |
| |-
| |
| |
| |
| The <code>cmake_common.cmake</code> script contains setup instructions in its top comments.
| |
| Update the '''dashboard''' branch to get the latest version of this script by simply running
| |
| |-
| |
| |
| |
| :<code>$ git pull origin</code>
| |
| |}
| |
| | |
| ==Nightly Start Time==
| |
| | |
| The <code>cmake_common.cmake</code> script expects its includer to be run from a nightly scheduled task (cron job).
| |
| Schedule such tasks for sometime after 1:00am UTC, the time at which the <code>nightly</code> branch fast-forwards.
| |
Latest revision as of 16:25, 7 March 2017
The instructions previously available on this page have been superseded. See here.