summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-03-23 11:00:01 +0100
committerBastien Nocera <hadess@hadess.net>2021-03-29 22:34:26 +0000
commit1f3f1f8cd911e83b0dff76093234dbef9fb735df (patch)
treeb895ba5ef63940c8bfd59d3edc290b69d1d2c8a6 /.gitlab-ci.yml
parent2679b9eb8baacbf0552b732206de8425dc68341c (diff)
downloadgnome-bluetooth-1f3f1f8cd911e83b0dff76093234dbef9fb735df.tar.gz
Revert "ci: Install a version of python-dbusmock with Pair() support"wip/hadess/dbusmock-from-distro
python3-dbusmock in rawhide is new enough. This reverts commit 1d54e5186240dd4cc5721df801f35e8eaca8aa2d.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index abd06927..8ec39f7c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,7 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
TEST_DEPS:
python3-dbus
+ python3-dbusmock
DEPENDENCIES_ABI_CHECK:
libabigail
intltool
@@ -29,13 +30,6 @@ 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 ..
- dnf install -y $TEST_DEPS
- ninja -C _build test
- ninja -C _build dist