[nautilus] CI: Automate builddep
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] CI: Automate builddep
- Date: Sat, 17 Mar 2018 00:03:23 +0000 (UTC)
commit dd112a11dd36827e3e0504d9ccb0853753e483dc
Author: Carlos Soriano <csoriano1618 gmail com>
Date: Sat Mar 17 00:01:40 2018 +0000
CI: Automate builddep
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08785bb01..61966417b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ build:fedora:
stage: Build
script:
- dnf install -y 'dnf-command(builddep)'
- - dnf builddep nautilus
+ - dnf builddep -y nautilus
- meson _build .
- ninja -C _build
@@ -17,7 +17,7 @@ test:fedora:
stage: Test
script:
- dnf install -y gcovr 'dnf-command(builddep)'
- - dnf builddep nautilus
+ - dnf builddep -y nautilus
# Coverage data contains paths relative to the build directory,
# so changing to it makes writing filter expressions easier.
#
@@ -62,7 +62,7 @@ build:rawhide:
stage: WeeklyTest
script:
- dnf install -y 'dnf-command(builddep)'
- - dnf builddep nautilus
+ - dnf builddep -y nautilus
- meson _build .
- cd _build
- ninja test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]