[grilo-plugins/wip/hadess/use-stable-tracker] ci: Use tracker3 from the distribution




commit d40a6545108567b01bd0a4c15cd97e524cf419ab
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Oct 30 15:16:59 2020 +0100

    ci: Use tracker3 from the distribution

 .gitlab-ci.yml | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2381d31..440616a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,23 +38,15 @@ variables:
     python3-gobject-base
     dbus-daemon
 
+  TRACKER3_DEPENDENCIES:
+    tracker3-miners
+    tracker3-devel
+
 build_stable:
   before_script:
     - dnf update -y --nogpgcheck
   script:
-    - dnf install -y --nogpgcheck $DEPENDENCIES_GRILO $DEPENDENCIES
-    # FIXME: While tracker3 isn't in Fedora
-    - dnf install -y --nogpgcheck libseccomp-devel
-    - git clone https://gitlab.gnome.org/GNOME/tracker.git
-    - cd tracker
-    - meson . _build --prefix=/usr -Ddocs=false -Dman=false -Dbash_completion=false -Dtest_utils=true
-    - ninja -C _build install
-    - cd ..
-    - git clone https://gitlab.gnome.org/GNOME/tracker-miners.git
-    - cd tracker-miners
-    - meson . _build --prefix=/usr -Dpng=enabled -Dgeneric_media_extractor=gstreamer -Dminer_rss=false 
-Dman=false
-    - ninja -C _build install
-    - cd ..
+    - dnf install -y --nogpgcheck $DEPENDENCIES_GRILO $DEPENDENCIES $TRACKER3_DEPENDENCIES
     # As part of configuring grilo-plugins.git for build, the latest code from
     # grilo.git will be fetched by Meson and it will be built as a subproject.
     - meson . _build --prefix=/usr


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