Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VTK-m
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Todd Kordenbrock
VTK-m
Commits
978d9b42
Commit
978d9b42
authored
Jun 27, 2014
by
Robert Maynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a CDash support to vtkm.
parent
2f1d910e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
CTestConfig.cmake
CTestConfig.cmake
+13
-0
No files found.
CTestConfig.cmake
0 → 100644
View file @
978d9b42
## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING()
## INCLUDE(CTest)
set
(
CTEST_PROJECT_NAME
"VTKM"
)
set
(
CTEST_NIGHTLY_START_TIME
"01:00:00 UTC"
)
set
(
CTEST_DROP_METHOD
"http"
)
set
(
CTEST_DROP_SITE
"open.cdash.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=VTKM"
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
\ No newline at end of file
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