[totem-pl-parser/wip/hadess/fix-ci] ci: Fix problems accessing gvfs
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser/wip/hadess/fix-ci] ci: Fix problems accessing gvfs
- Date: Thu, 28 Jan 2021 11:21:05 +0000 (UTC)
commit c6e4a14d2f1e5a0abb419a126e8fb4ac86b8cd50
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jan 28 11:26:53 2021 +0100
ci: Fix problems accessing gvfs
.gitlab-ci.yml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73146aa..34c69be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,14 +12,19 @@ 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
+ # gio info https://www.gnome.org
+ # gio: https://www.gnome.org: Operation not supported
+ - dbus-run-session gio info https://www.gnome.org
+ - dbus-run-session ninja -C _build test
- ninja -C _build install
# And now with quvi support
- rm -rf _build
- dnf install -y $DEPS_QUVI
- meson _build
- - GIO_USE_VOLUME_MONITOR=unix dbus-run-session ninja -C _build test
+ - ninja -C _build
+ - dbus-run-session ninja -C _build test
- ninja -C _build install
# ABI check
- dnf install -y $DEPS_ABI_CHECK
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]