Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yijin mao
VTK
Commits
8d2d627c
Commit
8d2d627c
authored
11 years ago
by
Dave DeMarle
Committed by
Brad King
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
vtk_common: bump vtk scripts for release bump to 6.1
6.1 is first release to use CMake ExternalData
parent
d7a9272c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vtk_common.cmake
+4
-4
4 additions, 4 deletions
vtk_common.cmake
with
4 additions
and
4 deletions
vtk_common.cmake
+
4
−
4
View file @
8d2d627c
...
...
@@ -25,7 +25,7 @@
# to configure it:
#
# dashboard_model = Nightly | Experimental | Continuous
# dashboard_branch_type = master (default) | release
(== 6.0)
| 5.10
# 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
# dashboard_source_name = Name of source directory (VTK)
...
...
@@ -46,7 +46,7 @@
# Applicable when dashboard_branch == master
# dashboard_store_name = Name of ExternalData store (ExternalData)
# VTK_USE_LARGE_DATA = True to enable tests using "large" data
# Applicable when dashboard_branch ==
6.0 |
5.10
# Applicable when dashboard_branch == 5.10
# dashboard_data_name = Name of data directory (VTKData)
# dashboard_large_data_name = Name of data directory (VTKLargeData)
# VTK_DATA_ROOT = Where to put data tree
...
...
@@ -120,8 +120,8 @@ if (dashboard_branch_type STREQUAL "master")
endif
()
endif
()
endif
()
if
(
dashboard_branch_type STREQUAL
"release"
OR dashboard_branch_type STREQUAL
"6.0"
)
set
(
branch_needs_data_repo
TRU
E
)
if
(
dashboard_branch_type STREQUAL
"release"
)
set
(
branch_needs_data_repo
FALS
E
)
set
(
dashboard_branch_type
"release"
)
if
(
NOT DEFINED dashboard_git_branch
)
set
(
dashboard_git_branch
"release"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment