1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-23 08:03:19 +00:00
mpv/ci/build-tumbleweed.sh
Dudemanguy 09bbca8770 ci: refactor ci so common args are picked from one location
Mostly. It is annoying if we want to add some flag/option to all the cis
and then have to do it manually. Things easily get missed that way.
Skipped powershell because of course I'm not going to deal with that.
2024-10-18 14:02:51 +00:00

17 lines
315 B
Bash
Executable File

#!/bin/sh
set -e
. ./ci/build-common.sh
meson setup build $common_args \
-Db_sanitize=address,undefined \
-Dcdda=enabled \
-Ddvbin=enabled \
-Ddvdnav=enabled \
-Dlibarchive=enabled \
-Dmanpage-build=enabled \
-Dpipewire=enabled \
-Dvulkan=enabled
meson compile -C build
./build/mpv -v --no-config