Browse Source

ENH: Improving CMake continuous dashboards. Sending continuous email for all kinds of failures.

Brad King 22 years ago
parent
commit
15fb761319
1 changed files with 5 additions and 0 deletions
  1. 5 0
      DartConfig.cmake

+ 5 - 0
DartConfig.cmake

@@ -37,3 +37,8 @@ SET (CONTINUOUS_FROM "[email protected]")
 SET (SMTP_MAILHOST "public.kitware.com")
 SET (CONTINUOUS_MONITOR_LIST "[email protected] [email protected]")
 SET (CONTINUOUS_BASE_URL "${PROJECT_URL}/Testing")
+SET (DELIVER_BROKEN_BUILD_EMAIL_WITH_CONFIGURE_FAILURES 1)
+SET (DELIVER_BROKEN_BUILD_EMAIL_WITH_BUILD_ERRORS 1)
+SET (DELIVER_BROKEN_BUILD_EMAIL_WITH_BUILD_WARNINGS 1)
+SET (DELIVER_BROKEN_BUILD_EMAIL_WITH_TEST_NOT_RUNS 1)
+SET (DELIVER_BROKEN_BUILD_EMAIL_WITH_TEST_FAILURES 1)