[grilo-plugins/wip/hadess/force-all-plugins-in-ci] ci: Enable all the plugins in the CI



commit 36f75b60d2382699f2cc47dc7398658319c4eb63
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Feb 18 10:42:01 2020 +0100

    ci: Enable all the plugins in the CI

 .gitlab-ci.yml | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40c52576..f7728110 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,30 @@ build_stable:
     - dnf install -y --nogpgcheck $DEPENDENCIES_GRILO $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
+    - meson . _build --prefix=/usr \
+      -Denable-bookmarks=yes \
+      -Denable-chromaprint=yes \
+      -Denable-dleyna=yes \
+      -Denable-dmap=yes \
+      -Denable-filesystem=yes \
+      -Denable-flickr=yes \
+      -Denable-freebox=yes \
+      -Denable-gravatar=yes \
+      -Denable-jamendo=yes \
+      -Denable-local-metadata=yes \
+      -Denable-lua-factory=yes \
+      -Denable-magnatune=yes \
+      -Denable-metadata-store=yes \
+      -Denable-opensubtitles=yes \
+      -Denable-optical-media=yes \
+      -Denable-podcasts=yes \
+      -Denable-raitv=yes \
+      -Denable-shoutcast=yes \
+      -Denable-thetvdb=yes \
+      -Denable-tmdb=yes \
+      -Denable-tracker=yes \
+      -Denable-vimeo=yes \
+      -Denable-youtube=yes
     - ninja -C _build
     - ninja -C _build install
     - meson test -C _build --suite=grilo-plugins


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