mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 21:38:00 +02:00
CI: Enable modular tests for all Meson-based CI builds
The whole point of these tests is that they're safe to enable because they don't affect the production binaries. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
00c18a8050
commit
5cd8b3e0a1
1 changed files with 2 additions and 1 deletions
|
|
@ -477,11 +477,12 @@ case "$ci_buildsys" in
|
|||
;;
|
||||
esac
|
||||
|
||||
set -- -Dmodular_tests=enabled "$@"
|
||||
|
||||
case "$ci_variant" in
|
||||
(debug)
|
||||
set -- -Dasserts=true "$@"
|
||||
set -- -Dembedded_tests=true "$@"
|
||||
set -- -Dmodular_tests=enabled "$@"
|
||||
set -- -Dverbose_mode=true "$@"
|
||||
|
||||
case "$ci_host" in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue