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
Kalendar
Commits
dbdd44e4
Commit
dbdd44e4
authored
Oct 15, 2022
by
Claudio Cambra
Browse files
Fix autotests in CI
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
b8bea136
Pipeline
#248492
passed with stage
in 3 minutes
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.kde-ci.yml
View file @
dbdd44e4
...
...
@@ -21,7 +21,3 @@ Dependencies:
'
pim/mailcommon'
:
'
@same'
'
pim/pimcommon'
:
'
@same'
'
frameworks/kirigami'
:
'
@latest'
Options
:
cmake-options
:
"
-DAKONADI_RUN_MYSQL_ISOLATED_TESTS=FALSE
-DAKONADI_RUN_PGSQL_ISOLATED_TESTS=FALSE"
require-passing-tests-on
:
[
'
Linux'
]
autotests/CMakeLists.txt
View file @
dbdd44e4
...
...
@@ -2,6 +2,12 @@
#
# SPDX-License-Identifier: BSD-2-Clause
include
(
ECMMarkAsTest
)
include
(
ECMAddTests
)
set
(
KDEPIMLIBS_RUN_ISOLATED_TESTS TRUE
)
enable_testing
()
include_directories
(
${
kalendar_CURRENT_BINARY_DIR
}
)
...
...
autotests/unittestenv/config.xml
View file @
dbdd44e4
...
...
@@ -5,5 +5,6 @@
-->
<datahome>
xdglocal
</datahome>
<agent
synchronize=
"true"
>
akonadi_ical_resource
</agent>
<agent
synchronize=
"true"
>
akonadi_knut_resource
</agent>
<envvar
name=
"AKONADI_DISABLE_AGENT_AUTOSTART"
>
true
</envvar>
</config>
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