Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Add CTestConfig file to allow submissions to CDash. (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Mar 2, 2021
1 parent fe7f764 commit 06fd137
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
set(CTEST_PROJECT_NAME "PeleLM")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EDT")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=PeleLM")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit 06fd137

Please sign in to comment.