[gnome-initial-setup: 3/20] ci: Line wrap the list of dependencies to install
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup: 3/20] ci: Line wrap the list of dependencies to install
- Date: Fri, 14 Feb 2020 16:48:58 +0000 (UTC)
commit 945339455125176c5a30c29e2d12e0a0ae1fb820
Author: Philip Withnall <withnall endlessm com>
Date: Thu Feb 6 17:24:48 2020 +0000
ci: Line wrap the list of dependencies to install
This doesn’t change the list at all, just makes it a little easier to
read. The list is already sorted alphabetically.
Signed-off-by: Philip Withnall <withnall endlessm com>
.gitlab-ci.yml | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ebaad4..e70cc76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,38 @@ stages:
- build
before_script:
- - dnf install -y desktop-file-utils gcc gettext ibus-devel intltool krb5-devel libpwquality-devel
libsecret-devel meson ninja-build "pkgconfig(accountsservice)" "pkgconfig(cheese)" "pkgconfig(cheese-gtk)"
"pkgconfig(fontconfig)" "pkgconfig(gdm)" "pkgconfig(geocode-glib-1.0)" "pkgconfig(gio-2.0)"
"pkgconfig(gio-unix-2.0)" "pkgconfig(glib-2.0)" "pkgconfig(gnome-desktop-3.0)" "pkgconfig(goa-1.0)"
"pkgconfig(goa-backend-1.0)" "pkgconfig(gstreamer-1.0)" "pkgconfig(gtk+-3.0)" "pkgconfig(gweather-3.0)"
"pkgconfig(libgeoclue-2.0)" "pkgconfig(libnm)" "pkgconfig(libnma)" "pkgconfig(webkit2gtk-4.0)" polkit-devel
rest-devel
+ - dnf install -y
+ desktop-file-utils
+ gcc
+ gettext
+ ibus-devel
+ intltool
+ krb5-devel
+ libpwquality-devel
+ libsecret-devel
+ meson
+ ninja-build
+ "pkgconfig(accountsservice)"
+ "pkgconfig(cheese)"
+ "pkgconfig(cheese-gtk)"
+ "pkgconfig(fontconfig)"
+ "pkgconfig(gdm)"
+ "pkgconfig(geocode-glib-1.0)"
+ "pkgconfig(gio-2.0)"
+ "pkgconfig(gio-unix-2.0)"
+ "pkgconfig(glib-2.0)"
+ "pkgconfig(gnome-desktop-3.0)"
+ "pkgconfig(goa-1.0)"
+ "pkgconfig(goa-backend-1.0)"
+ "pkgconfig(gstreamer-1.0)"
+ "pkgconfig(gtk+-3.0)"
+ "pkgconfig(gweather-3.0)"
+ "pkgconfig(libgeoclue-2.0)"
+ "pkgconfig(libnm)"
+ "pkgconfig(libnma)"
+ "pkgconfig(webkit2gtk-4.0)"
+ polkit-devel
+ rest-devel
.job_template: &job_definition
stage: build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]