-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|