Skip to content

Commit 20ff486

Browse files
mseng10dzenanz
authored andcommitted
ENH: Configure CTestConfig.cmake to allow cdash submission of ctest results
1 parent d363669 commit 20ff486

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CTestConfig.cmake

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

0 commit comments

Comments
 (0)