[libgtop/wip/hadess/check-abi: 1/3] ci: Split off dependency list
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgtop/wip/hadess/check-abi: 1/3] ci: Split off dependency list
- Date: Tue, 30 Mar 2021 09:26:17 +0000 (UTC)
commit 32f8317d046bb9da6889e15f2ab4a5c99e5eb4ae
Author: Bastien Nocera <hadess hadess net>
Date: Tue Mar 30 11:23:14 2021 +0200
ci: Split off dependency list
.gitlab-ci.yml | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d283784..a6cb0140 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,17 @@
stages:
- build
+variables:
+ FEDORA_DEPENDENCIES:
+ gawk
+ gettext-devel
+ glib2-devel
+ gobject-introspection-devel
+ gtk-doc
+ perl
+ texinfo
+ texinfo-tex
+
build-fedora:
image: fedora:latest
stage: build
@@ -8,9 +19,7 @@ build-fedora:
- tags
before_script:
- dnf update -y --nogpgcheck
- - dnf -y install --nogpgcheck
- gawk gettext-devel glib2-devel gobject-introspection-devel gtk-doc perl
- texinfo texinfo-tex
+ - dnf -y install --nogpgcheck $FEDORA_DEPENDENCIES
script:
- ./autogen.sh --disable-dependency-tracking
- make
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]