Skip to content

Commit

Permalink
[Actions] Build all of the Bluetooth plugins (#832)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
VeithMetro authored Sep 24, 2024
1 parent 7fefc05 commit 0f852f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Linux build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0f852f1

Please sign in to comment.