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
KWalletManager
Commits
ea0b2209
Commit
ea0b2209
authored
Sep 01, 2022
by
Ahmad Samir
Browse files
Remove CTestConfig.cmake, the repo isn't using my.cdash.org
parent
4b4df9aa
Pipeline
#225951
passed with stage
in 51 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CTestConfig.cmake
deleted
100644 → 0
View file @
4b4df9aa
## 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
"kwalletmanager"
)
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=kwalletmanager"
)
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