[nautilus] CI: Build also in non-master branches



commit b12df2dae0319546de8d00b6f188cf6a4d86b6fe
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Fri Mar 16 16:31:51 2018 +0000

    CI: Build also in non-master branches
    
    I forgot contributions are made in non-master...

 .gitlab-ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f242f809..fc557472d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,14 +45,10 @@ test:fedora:
         --exclude=../subprojects/libgd/
         --exclude=../test/
     coverage: '/^TOTAL.*\s+(\d+\%)$/'
-    only:
-    - master
       
 build:flatpak:
     image: flatpak/flatpak-builder:gnome-3-28
     stage: build
     script:
     - export
-    - flatpak-builder --force-clean --repo=repo app build-aux/flatpak/org.gnome.Nautilus.json
-    only:
-    - master
\ No newline at end of file
+    - flatpak-builder --force-clean --repo=repo app build-aux/flatpak/org.gnome.Nautilus.json
\ No newline at end of file


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