Skip to content

Commit

Permalink
re #1215: Updated dashboard URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lassoan committed Aug 4, 2017
1 parent 75c0695 commit 442c91d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING()
## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "PLUS")
set(CTEST_PROJECT_NAME "PlusLib")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "crunch.cs.queensu.ca")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=PLUS")
set(CTEST_DROP_SITE "perkdata.cs.queensu.ca")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=PlusLib")
set(CTEST_DROP_SITE_CDASH TRUE)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Files:
- Input frames: https://subversion.assembla.com/svn/plus/trunk/PlusLibData/TestImages/SpinePhantomFreehand.mha
- Sample reconstructed volume: https://subversion.assembla.com/svn/plus/trunk/PlusLibData/TestImages/SpinePhantomFreehandReconstructed.mha

See more examples on the <a href="http://crunch.cs.queensu.ca/CDash/index.php?project=PLUS">dashboard</a> (all the test cases starting with "vtkPlusVolumeReconstructor" perform volume reconstruction or verify volume reconstruction results).
See more examples on the <a href="http://perkdata.cs.queensu.ca/CDash/index.php?project=PlusLib">dashboard</a> (all the test cases starting with "vtkPlusVolumeReconstructor" perform volume reconstruction or verify volume reconstruction results).

\section ApplicationVolumeReconstructorHelp Command-line parameters reference

Expand Down

0 comments on commit 442c91d

Please sign in to comment.