Skip to content

Commit 9825a58

Browse files
committed
ENH: Support submission of test results on CDash
This commit adds CTestConfig.cmake file that will tell ctest where to submit its results. Results will be posted here: http://slicer.cdash.org/index.php?project=SlicerExecutionModel
1 parent 608c7b0 commit 9825a58

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CTestConfig.cmake

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
set(CTEST_PROJECT_NAME "SlicerExecutionModel")
2+
set(CTEST_NIGHTLY_START_TIME "3:00:00 UTC")
3+
4+
set(CTEST_DROP_METHOD "http")
5+
set(CTEST_DROP_SITE "slicer.cdash.org")
6+
set(CTEST_DROP_LOCATION "/submit.php?project=SlicerExecutionModel")
7+
set(CTEST_DROP_SITE_CDASH TRUE)
8+
9+

0 commit comments

Comments
 (0)