summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-08-14 10:01:13 +0200
committerJens Georg <mail@jensge.org>2021-08-14 10:01:13 +0200
commit46ee49bd336c564ec63484bb52f51a2bee401bb8 (patch)
tree48bbdfb753f0c9765e5ec174072c132551b9f1bc /.gitlab-ci.yml
parente43fe1be81f7bc5c9c4022a3ec37f12590fc2fa0 (diff)
downloadgupnp-46ee49bd336c564ec63484bb52f51a2bee401bb8.tar.gz
ci: Add gi-docgen dependencies
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d4bab0..d70582e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,12 +61,12 @@ check-merge-request:
.gupnp.fedora@common:
variables:
- BASE_TAG: '2021-05-22.2'
+ BASE_TAG: '2021-08-14.0'
FDO_UPSTREAM_REPO: GNOME/gupnp
FDO_DISTRIBUTION_PACKAGES: 'clang clang-analyzer gcovr git libasan libubsan python3-gobject python3-pip xmlto gobject-introspection-devel gtk-doc libsoup-devel libuuid-devel libxml2-devel vala ninja-build'
FDO_DISTRIBUTION_EXEC: |
dnf clean all &&
- pip3 install meson
+ pip3 install meson markdown toml typogrify
.gupnp.fedora:34@x86_64:
extends: .gupnp.fedora@common