From 0f852f1f3de04f7d972cf118fa6c405064c00bfc Mon Sep 17 00:00:00 2001 From: Mateusz Daniluk <121170681+VeithMetro@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:28:37 +0200 Subject: [PATCH] [Actions] Build all of the Bluetooth plugins (#832) * Add all of the Bluetooth plugins to the Linux workflow template * Use the development templates to test whether Bluetooth plugins build properly * Make sure to use master templates before merging --- .github/workflows/Linux build template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Linux build template.yml b/.github/workflows/Linux build template.yml index 9018608d..0a4dbfb8 100644 --- a/.github/workflows/Linux build template.yml +++ b/.github/workflows/Linux build template.yml @@ -67,6 +67,10 @@ jobs: -DCMAKE_INSTALL_PREFIX="${{matrix.build_type}}/install/usr" \ -DCMAKE_MODULE_PATH="${PWD}/${{matrix.build_type}}/install/usr/include/WPEFramework/Modules" \ -DEXAMPLE_COMRPCCLIENT=ON \ + -DPLUGIN_BLUETOOTH=ON \ + -DPLUGIN_BLUETOOTHREMOTECONTROL=ON \ + -DPLUGIN_BLUETOOTHAUDIO=ON \ + -DPLUGIN_BLUETOOTHSDPSERVER=ON \ -DPLUGIN_CECCONTROL=ON \ -DPLUGIN_COMMANDER=ON \ -DPLUGIN_CONFIGUPDATEEXAMPLE=ON \