[nautilus/csoriano-master-patch-91142] Update .gitlab-ci.yml



commit f6c7b9fd40d48c9f16dfc9a13fdb439017a5e1ff
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Mon Aug 13 21:46:08 2018 +0000

    Update .gitlab-ci.yml

 .gitlab-ci.yml | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e64dfe584..eaffd4068 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,24 +83,24 @@ fedora:rawhide:
     before_script:
         - dnf install -y 'dnf-command(builddep)' redhat-rpm-config libseccomp-devel gcovr
         - dnf builddep -y nautilus
-  script:
-      - meson _build . -Db_coverage=true
-      - cd _build
-      - ninja test
-      - gcovr --root=.
-        --exclude=src/
-        --exclude=../data/
-        --exclude=../eel/check-program.c
-        --exclude=../eel/eel-debug.c
-        --exclude=../eel/eel-lib-self-check-functions.c
-        --exclude=../eel/eel-self-checks.c
-        --exclude=../src/animation/
-        --exclude=../src/gtk/
-        --exclude=../src/nautilus-lib-self-check-functions.c
-        --exclude=../src/nautilus-self-check-functions.c
-        --exclude=../subprojects/libgd/
-        --exclude=../test/
-  coverage: '/^TOTAL.*\s+(\d+\%)$/'
+    script:
+        - meson _build . -Db_coverage=true
+        - cd _build
+        - ninja test
+        - gcovr --root=.
+            --exclude=src/
+            --exclude=../data/
+            --exclude=../eel/check-program.c
+            --exclude=../eel/eel-debug.c
+            --exclude=../eel/eel-lib-self-check-functions.c
+            --exclude=../eel/eel-self-checks.c
+            --exclude=../src/animation/
+            --exclude=../src/gtk/
+            --exclude=../src/nautilus-lib-self-check-functions.c
+            --exclude=../src/nautilus-self-check-functions.c
+            --exclude=../subprojects/libgd/
+            --exclude=../test/
+    coverage: '/^TOTAL.*\s+(\d+\%)$/'
 
     only:
         - schedules


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]