Skip to content

Commit

Permalink
ao_pipewire: test on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
t-8ch authored and philipl committed Aug 18, 2022
1 parent d5b0f56 commit 891c9c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jobs:
libcdio-paranoia \
libdvdnav \
mujs \
pipewire \
pulseaudio \
rubberband \
sekrit-twc-zimg \
Expand Down
2 changes: 2 additions & 0 deletions ci/build-freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ meson build \
$(pkg info -q v4l_compat && echo -Ddvbin=enabled) \
$(pkg info -q libdvdnav && echo -Ddvdnav=enabled) \
$(pkg info -q libcdio-paranoia && echo -Dcdda=enabled) \
$(pkg info -q pipewire && echo -Dpipewire=enabled) \
$NULL

meson compile -C build
Expand All @@ -42,6 +43,7 @@ python3 ./waf configure \
$(pkg info -q v4l_compat && echo --enable-dvbin) \
$(pkg info -q libdvdnav && echo --enable-dvdnav) \
$(pkg info -q libcdio-paranoia && echo --enable-cdda) \
$(pkg info -q pipewire && echo --enable-pipewire) \
$NULL

python3 ./waf build

0 comments on commit 891c9c8

Please sign in to comment.