[totem-pl-parser/wip/hadess/test-fixes] ci: Add gvfs HTTP support to the test phase
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser/wip/hadess/test-fixes] ci: Add gvfs HTTP support to the test phase
- Date: Wed, 16 Jan 2019 12:29:09 +0000 (UTC)
commit 2d9ac0498169bc3e96bb76de1abafd3a9584b950
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jan 16 13:22:36 2019 +0100
ci: Add gvfs HTTP support to the test phase
So that HTTP tests actually go through.
.gitlab-ci.yml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6243969..77157e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,14 @@
+variables:
+ DEPENDENCIES: redhat-rpm-config meson git gettext gtk-doc intltool meson glib2-devel libxml2-devel
gobject-introspection-devel libgcrypt-devel libarchive-devel libquvi-devel
+ TEST_DEPS: gvfs dbus-daemon
+
build-fedora:
image: fedora:latest
before_script:
- - dnf install -y redhat-rpm-config meson git gettext gtk-doc intltool meson glib2-devel libxml2-devel
gobject-introspection-devel libgcrypt-devel libarchive-devel libquvi-devel
+ # Update
+ - dnf -y update && dnf install -y $DEPENDENCIES
script:
- meson _build
- - ninja -C _build test
+ - dnf install -y $TEST_DEPS
+ - dbus-run-session ninja -C _build test
- ninja -C _build install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]