ENH: Added DELIVER_CONTINUOUS_EMAIL as an advanced cache entry.
This commit is contained in:
parent
e452849640
commit
fe28c79222
@ -47,6 +47,8 @@ IF(BUILD_TESTING)
|
|||||||
# set the build command
|
# set the build command
|
||||||
BUILD_COMMAND(MAKECOMMAND ${MAKEPROGRAM} )
|
BUILD_COMMAND(MAKECOMMAND ${MAKEPROGRAM} )
|
||||||
|
|
||||||
|
SET (DELIVER_CONTINUOUS_EMAIL "Off" CACHE BOOL "Should Dart server send email when build errors are found in Continuous builds?")
|
||||||
|
|
||||||
MARK_AS_ADVANCED(
|
MARK_AS_ADVANCED(
|
||||||
SITE
|
SITE
|
||||||
BUILDNAME
|
BUILDNAME
|
||||||
@ -58,6 +60,7 @@ IF(BUILD_TESTING)
|
|||||||
GUNZIPCOMMAND
|
GUNZIPCOMMAND
|
||||||
COMPRESSIONCOMMAND
|
COMPRESSIONCOMMAND
|
||||||
CVSCOMMAND
|
CVSCOMMAND
|
||||||
|
DELIVER_CONTINUOUS_EMAIL
|
||||||
)
|
)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user