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
KCalc
Commits
09d92246
Commit
09d92246
authored
Sep 01, 2022
by
Ahmad Samir
Browse files
Remove CTestConfig.cmake, the repo isn't using my.cdash.org
parent
015112df
Pipeline
#225986
passed with stage
in 1 minute and 45 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CTestConfig.cmake
deleted
100644 → 0
View file @
015112df
## 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
"kcalc"
)
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=kcalc"
)
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