mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 05:41:16 +00:00
ci: use the same arguments when running the built mpv binary
A couple of places didn't have -v --no-config so just use them everywhere.
This commit is contained in:
parent
3535e326dc
commit
6153242157
@ -23,7 +23,7 @@ meson setup build \
|
||||
|
||||
meson compile -C build
|
||||
meson test -C build
|
||||
./build/mpv
|
||||
./build/mpv -v --no-config
|
||||
|
||||
if [ ! -e "./waf" ] ; then
|
||||
python3 ./bootstrap.py
|
||||
@ -47,3 +47,4 @@ python3 ./waf configure \
|
||||
$NULL
|
||||
|
||||
python3 ./waf build
|
||||
./build_waf/mpv -v --no-config
|
||||
|
@ -22,7 +22,7 @@ if [[ $1 = "meson" ]]; then
|
||||
meson test -C build
|
||||
|
||||
meson install -C build
|
||||
./build/mpv
|
||||
./build/mpv -v --no-config
|
||||
fi
|
||||
|
||||
if [[ $1 = "waf" ]]; then
|
||||
@ -40,7 +40,6 @@ if [[ $1 = "waf" ]]; then
|
||||
--swift-flags="${CI_SWIFT_FLAGS}"
|
||||
|
||||
python3 ./waf build --variant="${MPV_VARIANT}" -j4
|
||||
|
||||
python3 ./waf install --variant="${MPV_VARIANT}"
|
||||
${MPV_INSTALL_PREFIX}/bin/mpv
|
||||
${MPV_INSTALL_PREFIX}/bin/mpv -v --no-config
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user