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
PIM
Akonadi
Commits
d7e37412
Commit
d7e37412
authored
Sep 01, 2022
by
Ahmad Samir
Browse files
Remove CTestConfig.cmake, the repo isn't using my.cdash.org
parent
2914fca2
Pipeline
#226018
passed with stage
in 7 minutes and 15 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d7e37412
...
...
@@ -238,7 +238,6 @@ endif()
############### Build Options ###############
include
(
CTest
)
# Calls enable_testing().
include
(
CTestConfig.cmake
)
if
(
NOT DEFINED DATABASE_BACKEND
)
set
(
DATABASE_BACKEND
"MYSQL"
CACHE STRING
"The default database backend to use for Akonadi. Can be either MYSQL, POSTGRES or SQLITE"
)
...
...
CTestConfig.cmake
deleted
100644 → 0
View file @
2914fca2
## 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
"akonadi"
)
set
(
CTEST_NIGHTLY_START_TIME
"00:00:00 UTC"
)
set
(
CTEST_DROP_METHOD
"http"
)
set
(
CTEST_DROP_SITE
"my.cdash.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=akonadi"
)
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