File: CTestConfig.cmake

package info (click to toggle)
molequeue 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,924 kB
  • sloc: cpp: 22,039; python: 478; xml: 364; sh: 59; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
set(CTEST_PROJECT_NAME "MoleQueue")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "cdash.openchemistry.org")
set(CTEST_DROP_LOCATION "/submit.php?project=MoleQueue")
set(CTEST_DROP_SITE_CDASH TRUE)