Submitting an Experimental Dashboard
From FarsightWiki
(Difference between revisions)
(New page: == Windows == *Open a command prompt. One way to do this is by pressing the windows key & R, and then typing "cmd" in the resulting dialog. *Change directories to your farsight binary tr...) |
m |
||
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. | + | |
*Change directories to your farsight binary tree. | *Change directories to your farsight binary tree. | ||
cd \path\to\farsight-binarydir | cd \path\to\farsight-binarydir |
Revision as of 18:33, 17 June 2009
- Open a command prompt. On 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
- Email the farsight developer's list to notify them of the issue you've encountered.