Skip to content
Snippets Groups Projects
Commit aaf8bfc0 authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

gitlab-ci: install xwayland


The reason the Xwayland test skips is that Xwayland was not installed. We
should exercise Xwayland as well in CI, so install it.

Signed-off-by: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
parent 2db20b10
No related branches found
No related tags found
1 merge request!342Install Xwayland in CI
Checking pipeline status
...@@ -5,7 +5,7 @@ variables: ...@@ -5,7 +5,7 @@ variables:
DEBIAN_VERSION: buster DEBIAN_VERSION: buster
DEBIAN_EXEC: 'bash .gitlab-ci/debian-install.sh' DEBIAN_EXEC: 'bash .gitlab-ci/debian-install.sh'
DEBIAN_TAG: '2019-11-04.0' DEBIAN_TAG: '2019-12-13.0'
DEBIAN_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/debian/$DEBIAN_VERSION:$DEBIAN_TAG DEBIAN_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/debian/$DEBIAN_VERSION:$DEBIAN_TAG
......
...@@ -56,6 +56,7 @@ apt-get -y --no-install-recommends install \ ...@@ -56,6 +56,7 @@ apt-get -y --no-install-recommends install \
pkg-config \ pkg-config \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
xwayland \
pip3 install --user git+https://github.com/mesonbuild/meson.git@0.49 pip3 install --user git+https://github.com/mesonbuild/meson.git@0.49
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment