summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-06-29 13:59:12 +0200
committerBastien Nocera <hadess@hadess.net>2022-06-29 14:14:12 +0200
commit3ace233030d1d4140a114604b17b334ac211fd74 (patch)
tree7f5c5e13bcb7582050b295becf46926a8da44db3
parent818d9c7985e492849fc69f3284f678d7f1b70112 (diff)
downloadgnome-bluetooth-3ace233030d1d4140a114604b17b334ac211fd74.tar.gz
ci: Work-around python-dbusmock not installing
See https://github.com/martinpitt/python-dbusmock/issues/137
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a2bd1d4e..ad1639ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,7 @@ variables:
gcc
glibc-devel
git
+ wget
GIT_SUBMODULE_STRATEGY: recursive
TEST_DEPS:
dbus-daemon
@@ -35,6 +36,7 @@ build_stable:
# Install newer python-dbusmock
- git clone https://github.com/martinpitt/python-dbusmock.git
- cd python-dbusmock
+ - wget https://github.com/martinpitt/python-dbusmock/raw/50d590be5392e467ebe5d6322a63990867350f62/setup.py
- python3 setup.py build
- python3 setup.py install
- cd ..