summaryrefslogtreecommitdiffstats
path: root/ci/build-macos.sh
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2023-01-19 16:19:36 +0000
committerDudemanguy <random342@airmail.cc>2023-01-19 22:15:14 +0000
commit44179398b0880393f3e925a624d29564a6c7a54f (patch)
tree19c63a188ee7dd2c8ff7bcf50499f8ffaffcb964 /ci/build-macos.sh
parente09bab90ceb29f60e013cb50ecfdb3aa866c24ac (diff)
downloadmpv-44179398b0880393f3e925a624d29564a6c7a54f.tar.bz2
mpv-44179398b0880393f3e925a624d29564a6c7a54f.tar.xz
ci: run meson tests
Diffstat (limited to 'ci/build-macos.sh')
-rwxr-xr-xci/build-macos.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build-macos.sh b/ci/build-macos.sh
index 938eff7251..f7d704a743 100755
--- a/ci/build-macos.sh
+++ b/ci/build-macos.sh
@@ -19,6 +19,7 @@ if [[ $1 = "meson" ]]; then
-D{cocoa,coreaudio,gl-cocoa,macos-cocoa-cb,macos-touchbar,videotoolbox-gl}=enabled
meson compile -C build -j4
+ meson test -C build
meson install -C build
./build/mpv