[glib/wip/hadess/add-memory-monitor: 1/2] ci: Add dependencies for newer installed tests
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/hadess/add-memory-monitor: 1/2] ci: Add dependencies for newer installed tests
- Date: Fri, 15 Nov 2019 12:31:43 +0000 (UTC)
commit 14193cc975aeb19d813fd893e53bdfa29b9c97d0
Author: Bastien Nocera <hadess hadess net>
Date: Fri Nov 15 12:08:15 2019 +0100
ci: Add dependencies for newer installed tests
.gitlab-ci.yml | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c749448b7..a7dd7bdcf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,7 +88,9 @@ installed-tests:
except:
- tags
before_script:
- - dnf install -y gnome-desktop-testing
+ - dnf install -y gnome-desktop-testing python-dbusmock xdg-desktop-portal
+ # FIXME Update python-dbusmock
+ - rpm -Uvh
https://kojipkgs.fedoraproject.org//work/tasks/680/39010680/python3-dbusmock-0.18.3-2.fc32.noarch.rpm
script:
- meson ${MESON_COMMON_OPTIONS}
--werror
@@ -96,8 +98,17 @@ installed-tests:
-Dfam=true
-Dinstalled_tests=true
_build
- - ninja -C _build
- ninja -C _build install
+ # FIXME install libportal
+ - git clone git github com:flatpak/libportal.git
+ - cd libportal/
+ - meson ${MESON_COMMON_OPTIONS} _build
+ - ninja -C _build install
+ - cd ..
+ # FIXME Install newer xdg-desktop-portal
+ - git clone --single-branch --branch wip/hadess/memory-monitor git github
com:flatpak/xdg-desktop-portal.git
+ - cd xdg-desktop-portal
+ - ./autogen.sh --prefix=/usr --libdir=/usr/lib64 && make && make install
- gnome-desktop-testing-runner glib
artifacts:
reports:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]