summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano1618@gmail.com>2018-03-17 00:01:40 +0000
committerCarlos Soriano <csoriano1618@gmail.com>2018-03-17 00:01:40 +0000
commitdd112a11dd36827e3e0504d9ccb0853753e483dc (patch)
tree787a87effb5d45abfff6da046c1a4bce08d904c1
parentf7bd4db8057a1797f5863e1ee92221a430e3cacb (diff)
downloadnautilus-dd112a11dd36827e3e0504d9ccb0853753e483dc.tar.gz
CI: Automate builddep
-rw-r--r--.gitlab-ci.yml6
1 files 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