[totem-pl-parser/wip/hadess/fix-ci] ci: Fix problems accessing gvfs




commit b176cdb248c6e5b13c4e80f8a8442db52b711612
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 28 11:26:53 2021 +0100

    ci: Fix problems accessing gvfs

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73146aa..8cfb02a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ build-fedora:
     - dnf -y update && dnf install -y $DEPENDENCIES
   script:
     - meson _build
+    - ninja -C _build
     - dnf install -y $TEST_DEPS
     - GIO_USE_VOLUME_MONITOR=unix dbus-run-session ninja -C _build test
     - ninja -C _build install
@@ -19,6 +20,7 @@ build-fedora:
     - rm -rf _build
     - dnf install -y $DEPS_QUVI
     - meson _build
+    - ninja -C _build
     - GIO_USE_VOLUME_MONITOR=unix dbus-run-session ninja -C _build test
     - ninja -C _build install
     # ABI check


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