Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
iMSTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
Ben Boeckel
iMSTK
Commits
f33c40bb
Commit
f33c40bb
authored
8 years ago
by
Alexis Girault
Browse files
Options
Downloads
Patches
Plain Diff
ENH: add support for dashboard
http://my.cdash.org/index.php?project=iMSTK
parent
3fc1d5a9
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+5
-0
5 additions, 0 deletions
CMakeLists.txt
CTestConfig.cmake
+14
-0
14 additions, 0 deletions
CTestConfig.cmake
with
19 additions
and
0 deletions
CMakeLists.txt
+
5
−
0
View file @
f33c40bb
cmake_minimum_required
(
VERSION 3.2
)
project
(
iMSTK VERSION 0.0.1 LANGUAGES C CXX
)
#-----------------------------------------------------------------------------
# CTest/Dashboards
#-----------------------------------------------------------------------------
include
(
CTest
)
#-----------------------------------------------------------------------------
# Update CMake module path & cmake dir
#-----------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
CTestConfig.cmake
0 → 100644
+
14
−
0
View file @
f33c40bb
## 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 submit to the CDash dashboard:
## ENABLE_TESTING()
## INCLUDE(CTest)
set
(
CTEST_PROJECT_NAME
"iMSTK"
)
set
(
CTEST_NIGHTLY_START_TIME
"00:00:00 EST"
)
set
(
CTEST_DROP_METHOD
"http"
)
set
(
CTEST_DROP_SITE
"my.cdash.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=iMSTK"
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
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