summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-02-12 17:47:57 +0100
committerBastien Nocera <hadess@hadess.net>2021-02-16 16:23:26 +0100
commit77b67c702e0ae27870b3dfdf6a79344d4988d51d (patch)
tree9af3a15f3d29b63c7bf854ea5b9453d4c648a49d /.gitlab-ci.yml
parent7bfa1433a746d3f890dad564867a92f3d1af2008 (diff)
downloadgnome-bluetooth-77b67c702e0ae27870b3dfdf6a79344d4988d51d.tar.gz
tests: Add integration tests
Add a simple test using python-dbusmock to test out some of our code.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c65617f..62359969 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,8 @@ variables:
glibc-devel
git
GIT_SUBMODULE_STRATEGY: recursive
+ TEST_DEPS:
+ python3-dbus
DEPENDENCIES_ABI_CHECK:
libabigail
LAST_ABI_BREAK: "7cc6250695ca7c7f326f0dd1dcbabc0061123b6b"
@@ -34,6 +36,7 @@ build_stable:
- python3 setup.py build
- python3 setup.py install
- cd ..
+ - dnf install -y $TEST_DEPS
- ninja -C _build test
- ninja -C _build dist
- dnf install -y $DEPENDENCIES_ABI_CHECK