summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-08-11 23:20:10 +0200
committerIñigo Martínez <inigomartinez@gmail.com>2018-08-11 23:20:10 +0200
commit6fcde2e56fa71421dcd9cbee98eb90e45f5d2244 (patch)
tree7ad98bbdf9b14d9c80e05fe4be9afe5e02844ded /.gitlab-ci.yml
parent0dba400d5807927f583a243c42f90827071c1c6f (diff)
downloaddconf-6fcde2e56fa71421dcd9cbee98eb90e45f5d2244.tar.gz
tests: Add libdbus-1-dev and bash-completion packages
meson uses `dbus-1.pc` file to check the `session_bus_services_dir` variable and `bash-completion.pc` file to check the `completionsdir` variable. However, the debian packages containing these files are missing from the gitlab CI file. `libdbus-1-dev` and `bash-completion` packages have been added that contain the `dbus-1.pc` and `bash-completion.pc` files.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bbe08f..d3aadf7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,8 @@ before_script:
- apt update -qq
- apt install -y -qq build-essential meson pkg-config gtk-doc-tools
libxml2-utils gobject-introspection dbus dbus-x11
- libgirepository1.0-dev libglib2.0-dev
- lcov valac
+ libdbus-1-dev libgirepository1.0-dev libglib2.0-dev
+ bash-completion lcov valac
- export LANG=C.UTF-8
stages: