diff options
author | Bastien Nocera <hadess@hadess.net> | 2021-02-16 16:06:17 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2021-02-16 16:15:24 +0100 |
commit | 1d54e5186240dd4cc5721df801f35e8eaca8aa2d (patch) | |
tree | 1ef2ac0129dead41c62a6d293ace99bf3f7337c6 /.gitlab-ci.yml | |
parent | 72774bd50ae3894112da5e220f2185e8ede01a42 (diff) | |
download | gnome-bluetooth-1d54e5186240dd4cc5721df801f35e8eaca8aa2d.tar.gz |
ci: Install a version of python-dbusmock with Pair() support
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |