[nautilus] CI: No idea how, but I removed previous code. Readding.
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] CI: No idea how, but I removed previous code. Readding.
- Date: Sat, 17 Mar 2018 00:15:15 +0000 (UTC)
commit a0cdd4dad7f0ee940631fd1e773f02e792fa88f0
Author: Carlos Soriano <csoriano1618 gmail com>
Date: Sat Mar 17 00:13:53 2018 +0000
CI: No idea how, but I removed previous code. Readding.
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cc3dfc7b..62b8cd456 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ build:fedora:
stage: Build
script:
- dnf install -y 'dnf-command(builddep)' redhat-rpm-config
- - 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)' redhat-rpm-config
- - 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)' redhat-rpm-config
- - 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]