[gnome-bluetooth/wip/hadess/add-tests: 2/4] ci: Install a version of python-dbusmock with Pair() support




commit 1d54e5186240dd4cc5721df801f35e8eaca8aa2d
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Feb 16 16:06:17 2021 +0100

    ci: Install a version of python-dbusmock with Pair() support

 .gitlab-ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba79ce44..2c65617f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,13 @@ build_stable:
     - meson . _build --prefix=/usr
     - ninja -C _build
     - ninja -C _build install
+    # Install newer python-dbusmock
+    - git clone https://github.com/hadess/python-dbusmock.git
+    - cd python-dbusmock
+    - git checkout -b wip/hadess/bluez-pair origin/wip/hadess/bluez-pair
+    - python3 setup.py build
+    - python3 setup.py install
+    - cd ..
     - ninja -C _build test
     - ninja -C _build dist
     - dnf install -y $DEPENDENCIES_ABI_CHECK


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