summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-12-07 11:26:58 +0100
committerCorentin Noël <corentin.noel@collabora.com>2022-12-07 11:26:58 +0100
commitf1bb376ba32e06801d38f1d2d9aa4d78dd224fc3 (patch)
treeef17736e55889aea84c4a7ff14f80586de2835d0
parent211133b9b2e1d2755cd84346bf3466d30d2449f4 (diff)
downloadgcr-gnome-41-ci.tar.gz
ci: Be specific regarding the dependenciesgnome-41-ci
Avoid underlying fedora dependencies to change.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b483ba8..39e7c01 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
- deploy
variables:
- DEPENDENCIES: dbus-daemon diffutils gcc gi-docgen libsecret-devel meson ninja-build openssh openssh-clients python redhat-rpm-config systemd-devel
+ DEPENDENCIES: dbus-daemon diffutils gcc gi-docgen libsecret-devel meson ninja-build openssh openssh-clients python redhat-rpm-config systemd-devel gtk3-devel glib-devel gnupg2 libgcrypt-devel p11-kit-devel libsecret-devel
fedora:Werror:
image: fedora:latest
@@ -11,7 +11,6 @@ fedora:Werror:
before_script:
- dnf upgrade -y
- dnf install -y 'dnf-command(builddep)' $DEPENDENCIES
- - dnf builddep -y gcr
script:
- meson _build -Dwerror=true -Dc_args=-Wno-error=deprecated-declarations -Dgtk_doc=false
- meson compile -C _build