summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-05-22 20:13:42 +0200
committerJens Georg <mail@jensge.org>2021-05-22 20:13:42 +0200
commitb4358849047c8f03a11f181c38f0644438238036 (patch)
tree084f2063337e9b43cca9ccc0b62bb640b1744d0c
parent89b3ac92a0b82615d0f7d4f3629a7b05f6bc584e (diff)
downloadgssdp-b4358849047c8f03a11f181c38f0644438238036.tar.gz
ci: Trigger gupnp when gssdp changes
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d500f6d..f11b77b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -135,6 +135,14 @@ test-fedora@x86_64:
- build-fedora@x86_64
<<: *test
+trigger-gupnp:
+ stage: analysis
+ needs:
+ - test-fedora@x86_64
+ trigger: GNOME/gupnp
+ only:
+ - master
+
coverage-analysis:
extends:
- .fdo.distribution-image@fedora