Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KTimer
Commits
075e2473
Commit
075e2473
authored
Sep 01, 2022
by
Ahmad Samir
Browse files
Remove CTestConfig.cmake, the repo isn't using my.cdash.org
parent
8d5bf370
Pipeline
#225985
passed with stage
in 7 minutes and 23 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CTestConfig.cmake
deleted
100644 → 0
View file @
8d5bf370
## 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
"ktimer"
)
set
(
CTEST_NIGHTLY_START_TIME
"20:00:00 CET"
)
set
(
CTEST_DROP_METHOD
"http"
)
set
(
CTEST_DROP_SITE
"my.cdash.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=ktimer"
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment