Skip to content

Commit

Permalink
build: add CDash configuration
Browse files Browse the repository at this point in the history
close #4
  • Loading branch information
hyoklee committed Sep 18, 2024
1 parent 2c8fcb2 commit 618b637
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set(CTEST_PROJECT_NAME "HERMES")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=HERMES")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit 618b637

Please sign in to comment.