File: CTestConfig.cmake

package info (click to toggle)
opm-simulators 2022.10%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,352 kB
  • sloc: cpp: 76,729; lisp: 1,173; sh: 886; python: 158; makefile: 19
file content (7 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
# 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)