CMake/Git/Dashboard: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
m (Reverted edits by 193.0.212.70 (talk) to last revision by Brad.king) |
No edit summary |
||
Line 16: | Line 16: | ||
:<code>$ cd ~/Dashboards/CMakeScripts</code> | :<code>$ cd ~/Dashboards/CMakeScripts</code> | ||
:<code>$ git init</code> | :<code>$ git init</code> | ||
:<code>$ git remote add -t dashboard origin | :<code>$ git remote add -t dashboard origin https://cmake.org/cmake.git</code> | ||
:<code>$ git pull origin</code> | :<code>$ git pull origin</code> | ||
|- | |- |
Revision as of 19:18, 30 September 2015
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 |
|