DartConfig.cmake 660 B

123456789101112131415161718192021222324
  1. # Dashboard is opened for submissions for a 24 hour period starting at
  2. # the specified NIGHLY_START_TIME. Time is specified in 24 hour format.
  3. set (NIGHTLY_START_TIME "23:00:00 EST")
  4. # Dart server to submit results (used by client)
  5. set (DROP_SITE "")
  6. set (DROP_LOCATION "")
  7. set (DROP_SITE_USER "")
  8. set (DROP_SITE_PASSWORD "")
  9. set (TRIGGER_SITE "")
  10. # Dart server configuration
  11. # set (CVS_WEB_URL "")
  12. # set (CVS_WEB_CVSROOT "")
  13. # set (USE_DOXYGEN "Off")
  14. # set (DOXYGEN_URL "")
  15. # set (GNATS_WEB_URL "")
  16. # Continuous email delivery variables
  17. # set (CONTINUOUS_FROM "")
  18. # set (SMTP_MAILHOST "")
  19. # set (CONTINUOUS_MONITOR_LIST "")
  20. # set (CONTINUOUS_BASE_URL "")