diff options
author | Chris Robinson <[email protected]> | 2022-12-15 18:45:24 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-12-15 18:45:24 -0800 |
commit | 522a09c50b54e7a5cb2d9b59a5d6e66b90e4d3a9 (patch) | |
tree | 0d9abaadd753e8eb08544d2fbcc024508e645ec8 | |
parent | e1f3d5c41108e7f0a116dbb8f6c706f4c9634f8d (diff) |
Build with PipeWire in GitHub CI
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca40ec1b..056f8fde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,12 +44,14 @@ jobs: -DALSOFT_REQUIRE_OSS=ON \ -DALSOFT_REQUIRE_PORTAUDIO=ON \ -DALSOFT_REQUIRE_PULSEAUDIO=ON \ - -DALSOFT_REQUIRE_JACK=ON", + -DALSOFT_REQUIRE_JACK=ON \ + -DALSOFT_REQUIRE_PIPEWIRE=ON", deps_cmdline: "sudo apt update && sudo apt-get install -qq \ libpulse-dev \ portaudio19-dev \ libasound2-dev \ libjack-dev \ + libpipewire-0.3-dev \ qtbase5-dev \ libdbus-1-dev", build_type: "Release" |