|
|
Line 1: |
Line 1: |
| __NOTOC__
| | ygfkj |
| | |
| 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 git://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>
| |
| |}
| |