CMake/Git/Dashboard: Difference between revisions

From KitwarePublic
< CMake‎ | Git
Jump to navigationJump to search
(Created page with "__NOTOC__ This page documents how to use the CMake '''dashboard''' branch in [http://git-scm.com Git]. See our table of contents for more information. ==Using the...")
 
Line 24: Line 24:
|-
|-
|
|
:<code>$ git pull</code>
:<code>$ git pull origin</code>
|}
|}

Revision as of 14:40, 7 November 2011


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:

$ mkdir -p ~/Dashboards/CMakeScripts
$ cd ~/Dashboards/CMakeScripts
$ git init
$ git remote add -t dashboard origin git://cmake.org/cmake.git
$ git pull origin

The cmake_common.cmake script contains setup instructions in its top comments. Update the dashboard branch to get the latest version of this script by simply running

$ git pull origin