Attempt to enable sending of e-mails from continuous
This commit is contained in:
parent
3823f5547b
commit
6999f483e6
|
@ -30,5 +30,11 @@ OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")
|
|||
SET (DOXYGEN_CONFIG "${PROJECT_BINARY_DIR}/doxygen.config" )
|
||||
MARK_AS_ADVANCED(BUILD_DOXYGEN)
|
||||
|
||||
# Continuous email delivery variables
|
||||
SET (CONTINUOUS_FROM "cmake-dashboard@public.kitware.com")
|
||||
SET (SMTP_MAILHOST "public.kitware.com")
|
||||
SET (CONTINUOUS_MONITOR_LIST "cmake-dashboard@public.kitware.com")
|
||||
SET (CONTINUOUS_BASE_URL "${PROJECT_URL}/Testing")
|
||||
|
||||
SET (USE_GNATS "Off")
|
||||
SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/")
|
||||
|
|
Loading…
Reference in New Issue