CMake/Git/Dashboard: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(hay) |
m (Reverted edits by 193.0.212.70 (talk) to last revision by Brad.king) |
||
Line 1: | Line 1: | ||
__NOTOC__ | |||
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> | |||
|} |
Revision as of 13:10, 19 June 2012
This page documents how to use the CMake dashboard branch in Git.
See our table of contents for more information.
Using the dashboard scripts
The dashboard branch contains a dashboard client helper script. Use these commands to track it: |
|
The |
|