gitlab-ci: Use sorted lists of distro packages, one per line

This will make it easier to review changes.

Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
Michel Dänzer 2019-12-23 09:32:07 +01:00 committed by Michel Dänzer
parent 37a64ede3b
commit a52122c7f2
1 changed files with 25 additions and 6 deletions

View File

@ -6,10 +6,23 @@ set -o xtrace
echo 'deb-src https://deb.debian.org/debian testing main' > /etc/apt/sources.list.d/deb-src.list
apt-get update
apt-get install -y \
meson git ca-certificates ccache automake autoconf libtool \
libxkbcommon-dev python3-mako python3-numpy python3-six \
x11-utils x11-xserver-utils xauth xvfb \
libgl1 libglx-mesa0
autoconf \
automake \
ca-certificates \
ccache \
git \
libgl1 \
libglx-mesa0 \
libtool \
libxkbcommon-dev \
meson \
python3-mako \
python3-numpy \
python3-six \
x11-utils \
x11-xserver-utils \
xauth \
xvfb \
apt-get build-dep -y xorg-server
@ -37,6 +50,12 @@ echo 'path=/root/xts' >> piglit/piglit.conf
find -name \*.a -o -name \*.o -o -name \*.c -o -name \*.h -o -name \*.la\* | xargs rm
strip xts/xts5/*/.libs/*
apt-get purge -y git libxkbcommon-dev \
x11-utils x11-xserver-utils xauth xvfb
apt-get purge -y \
git \
libxkbcommon-dev \
x11-utils \
x11-xserver-utils \
xauth \
xvfb \
apt-get autoremove -y --purge