Submitting an Experimental Dashboard

From FarsightWiki
(Difference between revisions)
Jump to: navigation, search
m
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
*Open a command prompt.  On windows you can do this by pressing the windows key & R, and then typing "cmd" in the resulting dialog.
+
*Open a command prompt.  On Microsoft Windows you can do this by pressing the windows key & r, and then typing "cmd" in the resulting dialog.
 
*Change directories to your farsight binary tree.
 
*Change directories to your farsight binary tree.
 
  cd \path\to\farsight-binarydir
 
  cd \path\to\farsight-binarydir
Line 7: Line 7:
 
  http://www.cdash.org/CDash/index.php?project=Farsight
 
  http://www.cdash.org/CDash/index.php?project=Farsight
 
*[[Mailing lists|Email the farsight developer's list]] to notify them of the issue you've encountered.
 
*[[Mailing lists|Email the farsight developer's list]] to notify them of the issue you've encountered.
 +
*Consider [http://public.kitware.com/Bug/search.php?project_id=29&sticky_issues=on&sortby=last_updated&dir=DESC&hide_status_id=90 filing a bug report]

Latest revision as of 20:33, 5 October 2009

  • Open a command prompt. On Microsoft Windows you can do this by pressing the windows key & r, and then typing "cmd" in the resulting dialog.
  • Change directories to your farsight binary tree.
cd \path\to\farsight-binarydir
  • Use CTest to submit an experimental dashboard. If the CMake binaries are not in your system path, you'll need to specify the full location of ctest in order to run this executable.
"c:\Program Files\CMake 2.6\bin\ctest.exe" -D Experimental
  • Point your web browser to the dashboard to verify that your submission was uploaded properly. It should be listed under the "Experimental" heading.
http://www.cdash.org/CDash/index.php?project=Farsight
Personal tools