Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bill Lorensen
VTK
Commits
b0831275
Commit
b0831275
authored
Sep 08, 2014
by
Marcus D. Hanwell
Committed by
Brad King
Sep 26, 2014
Browse files
vtk_common: Add dashboard track to common VTK script
parent
59c382c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtk_common.cmake
View file @
b0831275
...
...
@@ -25,6 +25,7 @@
# to configure it:
#
# dashboard_model = Nightly | Experimental | Continuous
# dashboard_track = Optional track to submit dashboard to
# dashboard_branch_type = master (default) | release | 5.10
# dashboard_disable_loop = For continuous dashboards, disable loop.
# dashboard_root_name = Change name of "My Tests" directory
...
...
@@ -484,7 +485,11 @@ while(NOT dashboard_done)
if
(
COMMAND dashboard_hook_start
)
dashboard_hook_start
()
endif
()
ctest_start
(
${
dashboard_model
}
)
if
(
dashboard_track
)
ctest_start
(
${
dashboard_model
}
TRACK
${
dashboard_track
}
)
else
()
ctest_start
(
${
dashboard_model
}
)
endif
()
if
(
COMMAND dashboard_hook_started
)
dashboard_hook_started
()
endif
()
...
...
Write
Preview
Supports
Markdown
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