[nautilus] CI: Amazing, redhat-rpm-config is required to build but it's not part of builddep...
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] CI: Amazing, redhat-rpm-config is required to build but it's not part of builddep...
- Date: Sat, 17 Mar 2018 00:10:35 +0000 (UTC)
commit 62db01cf53db5ec0b929d01998681e108c020c5c
Author: Carlos Soriano <csoriano1618 gmail com>
Date: Sat Mar 17 00:08:47 2018 +0000
CI: Amazing, redhat-rpm-config is required to build but it's not part of builddep...
.gitlab-ci.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 61966417b..2cc3dfc7b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,8 +7,8 @@ build:fedora:
image: fedora:28
stage: Build
script:
- - dnf install -y 'dnf-command(builddep)'
- - dnf builddep -y nautilus
+ - dnf install -y 'dnf-command(builddep)' redhat-rpm-config
+ - dnf builddep nautilus
- meson _build .
- ninja -C _build
@@ -16,8 +16,8 @@ test:fedora:
image: fedora:28
stage: Test
script:
- - dnf install -y gcovr 'dnf-command(builddep)'
- - dnf builddep -y nautilus
+ - dnf install -y gcovr 'dnf-command(builddep)' redhat-rpm-config
+ - dnf builddep nautilus
# Coverage data contains paths relative to the build directory,
# so changing to it makes writing filter expressions easier.
#
@@ -61,8 +61,8 @@ build:rawhide:
image: fedora:rawhide
stage: WeeklyTest
script:
- - dnf install -y 'dnf-command(builddep)'
- - dnf builddep -y nautilus
+ - dnf install -y 'dnf-command(builddep)' redhat-rpm-config
+ - dnf builddep nautilus
- meson _build .
- cd _build
- ninja test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]