summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca6d746db..096d96c38 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -448,6 +448,16 @@ test-website:
needs:
- build-fedora-container@x86_64
+test-soup2@x86_64:
+ extends:
+ - .fdo.distribution-image@fedora
+ - .tracker.fedora:37@x86_64
+ needs:
+ - build-fedora@x86_64
+ before_script:
+ - meson configure -Dsoup=soup2 build
+ <<: *test
+
coverage:
extends:
- .fdo.distribution-image@fedora
@@ -479,6 +489,7 @@ coverage:
- test-fedora@aarch64
- test-fedora-rawhide@aarch64
- test-alpine@x86_64
+ - test-soup2@x86_64
coverity:
extends: