1
0
Fork 0
mutter-performance-source/.gitlab-ci/run-meson.sh
Jonas Ådahl d9030e02d1 ci: Enable 'catch' backtrace generation
catch needs to be able to use ptrace(); asan builders allow this, so tag
the test steps with asan and asan-aarch64 to make them run on capable
runners.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2561>
2022-08-19 15:39:57 +02:00

8 lines
59 B
Bash
Executable file

#!/usr/bin/bash
set -e
wireplumber &
sleep 1
meson "$@"