Skip to content

Commit

Permalink
Enable resampler on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Feb 14, 2025
1 parent f84d888 commit 578c2c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- --enable-debug --enable-mp3lame --enable-mpg123
- --enable-faststream --enable-midi --enable-mp3lame
- --enable-ofono --enable-opus --enable-upower
- --disable-aplay --enable-rfcomm --enable-manpages
- --disable-aplay --enable-aplay-resampler --enable-rfcomm --enable-manpages
- --disable-ctl --enable-aptx --enable-aptx-hd --with-libopenaptx
fail-fast: false
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -126,6 +126,7 @@ jobs:
--enable-opus \
--enable-upower \
--enable-aplay \
--enable-aplay-resampler \
--enable-ctl \
--enable-test
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/code-scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
--enable-opus \
--enable-upower \
--enable-aplay \
--enable-aplay-resampler \
--enable-ctl \
--enable-rfcomm \
--enable-a2dpconf \
Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:
--enable-opus \
--enable-upower \
--enable-aplay \
--enable-aplay-resampler \
--enable-ctl \
--enable-rfcomm \
--enable-a2dpconf \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codecov-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
--enable-opus \
--enable-upower \
--enable-aplay \
--enable-aplay-resampler \
--enable-ctl \
--enable-test \
--with-coverage
Expand Down

0 comments on commit 578c2c3

Please sign in to comment.