Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
15fb7613
Commit
15fb7613
authored
Jan 23, 2004
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Improving CMake continuous dashboards. Sending continuous email for all kinds of failures.
parent
da76ed12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
DartConfig.cmake
DartConfig.cmake
+5
-0
No files found.
DartConfig.cmake
View file @
15fb7613
...
...
@@ -37,3 +37,8 @@ SET (CONTINUOUS_FROM "cmake-dashboard@public.kitware.com")
SET
(
SMTP_MAILHOST
"public.kitware.com"
)
SET
(
CONTINUOUS_MONITOR_LIST
"cmake-dashboard@public.kitware.com andy.cedilnik@kitware.com"
)
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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment