mutter/.gitlab-ci/run-tests.sh
Jonas Ådahl f5f59ad6e6 ci: Bump to F35
Needs a couple of changes to make tests pass again:

  * mesa-dri-drivers needs explicit installation to install swrast dri
    driver
  * wireplumber needs to be started inside the D-Bus session

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2142>
2021-12-19 16:20:49 +00:00

9 lines
97 B
Bash
Executable File

#!/usr/bin/bash
set -e
wireplumber &
sleep 1
catchsegv meson test -C build --no-rebuild -t 10