summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-06 11:00:34 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-06 11:11:22 +0100
commit7c79dc11e924bbb821eb4ac2ceef4794c6e41470 (patch)
tree8d1c7f0b50073070b8e0e9a88c93281c9ea050ef /.gitlab-ci.yml
parent9b3ff93a307a88a0fef67f3a9828b0d852ac54b8 (diff)
downloadgnome-bluetooth-7c79dc11e924bbb821eb4ac2ceef4794c6e41470.tar.gz
ci: Install python-dbusmock fixes
See https://github.com/martinpitt/python-dbusmock/pull/99
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0743e40d..f38516e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,8 +32,9 @@ build_stable:
- ninja -C _build
- ninja -C _build install
# Install newer python-dbusmock
- - git clone https://github.com/martinpitt/python-dbusmock.git
+ - git clone https://github.com/hadess/python-dbusmock.git
- cd python-dbusmock
+ - git checkout -b wip/hadess/bluez-disco-fixes origin/wip/hadess/bluez-disco-fixes
- python3 setup.py build
- python3 setup.py install
- cd ..