1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-26 02:05:31 +00:00

ci: add sanitizers to Tumbleweed build

We don't have much test coverage, but even running the built binary
doesn't harm to check with sanitizers.
This commit is contained in:
Kacper Michajłow 2023-07-27 22:30:59 +02:00 committed by Dudemanguy
parent e17375f151
commit bcb9ed56fa

View File

@ -2,6 +2,7 @@
set -e
meson setup build \
-Db_sanitize=address,undefined \
-Dcdda=enabled \
-Ddvbin=enabled \
-Ddvdnav=enabled \