Skip to content

Commit

Permalink
Merge pull request #688 from hyoklee/hyoklee-hermes-4
Browse files Browse the repository at this point in the history
build: add CDash configuration
  • Loading branch information
lukemartinlogan authored Sep 18, 2024
2 parents 76dd5ae + e6aa407 commit e6217ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)
project(hermes)

include(CTest)
#-----------------------------------------------------------------------------
# Define Constants
#-----------------------------------------------------------------------------
Expand Down Expand Up @@ -325,4 +325,4 @@ install(
${CMAKE_INSTALL_PREFIX}/cmake
)

install(DIRECTORY include DESTINATION ${CMAKE_INSTALL_PREFIX})
install(DIRECTORY include DESTINATION ${CMAKE_INSTALL_PREFIX})
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 e6217ea

Please sign in to comment.