Skip to content

Commit

Permalink
CI: update CTest site
Browse files Browse the repository at this point in the history
  • Loading branch information
soumagne committed Oct 24, 2023
1 parent 29e9d13 commit 8601e32
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
## # The following are required to use Dart and the CDash dashboard.
##
## # The following are required to submit to the CDash dashboard:
## ENABLE_TESTING()
## INCLUDE(Dart)
## INCLUDE(CTest)

set(CTEST_PROJECT_NAME "MERCURY")
set(CTEST_NIGHTLY_START_TIME "00:00:00 CST")
set(CTEST_PROJECT_NAME Mercury)
set(CTEST_NIGHTLY_START_TIME 06:00:00 UTC)

set(CTEST_SUBMIT_URL https://cdash.mercury.daos.io/submit.php?project=Mercury)

set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "mercury-cdash.hdfgroup.org")
set(CTEST_DROP_LOCATION "/submit.php?project=Mercury")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit 8601e32

Please sign in to comment.