[gupnp/wip/phako/ci] ci: explicitly disable sniffer in gssdp-1.2



commit 2f05170bae62c86dfca0f1d03c7618aca105c519
Author: Jens Georg <mail jensge org>
Date:   Sat May 22 19:00:06 2021 +0200

    ci: explicitly disable sniffer in gssdp-1.2

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d19325f..7bdf8c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ check-merge-request:
 .build-template: &build
   stage: build
   script:
-      - meson . build --prefix=/usr -Db_coverage=true
+      - meson . build --prefix=/usr -Db_coverage=true -Dgssdp-1.2:sniffer=false
       - ninja -C build
   artifacts:
       expire_in: 1 day
@@ -159,7 +159,7 @@ static-scan:
   needs:
     - build-fedora-container@x86_64
   script:
-    - meson --buildtype=debug _scan_build
+    - meson --buildtype=debug _scan_build -Dgssdp-1.2:sniffer=false
     - ninja -C _scan_build scan-build
   artifacts:
     paths:
@@ -172,7 +172,7 @@ pages:
     - .gupnp.fedora:34@x86_64
   stage: website
   script:
-      - meson doc-build -Dgtk_doc=true
+      - meson doc-build -Dgtk_doc=true -Dgssdp-1.2:sniffer=false
       - ninja -C doc-build gupnp-doc
       - mkdir -p public
       - mv doc-build/doc/html public/docs


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]