mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 08:54:08 -06:00
8 lines
309 B
CMake
8 lines
309 B
CMake
# this is included after opm-core_NAME is set
|
|
set(CTEST_PROJECT_NAME "${${project}_NAME}")
|
|
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
|
|
set(CTEST_DROP_METHOD "http")
|
|
set(CTEST_DROP_SITE "cdash.opm-project.org")
|
|
set(CTEST_DROP_LOCATION "/submit.php?project=${${project}_NAME}")
|
|
set(CTEST_DROP_SITE_CDASH TRUE)
|