ci: Run functional tests only in the case of meson

Remove stabber from Dockerfiles were we only build with autotools.
This commit is contained in:
Michael Vetter
2026-03-20 08:44:50 +01:00
parent f778e3e093
commit 3596e4c263
7 changed files with 17 additions and 66 deletions

View File

@@ -19,17 +19,17 @@ jobs:
include:
- flavor: debian
buildsystem: Autotools
tests: unit+func
tests: unit
omemo: signal
script: ./ci/ci-build.sh
- flavor: fedora
buildsystem: Autotools
tests: unit+func
tests: unit
omemo: signal
script: ./ci/ci-build.sh
- flavor: ubuntu
buildsystem: Autotools
tests: unit+func
tests: unit
omemo: signal
script: ./ci/ci-build.sh
- flavor: debian