mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 20:26:21 +00:00
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:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user