This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 4752ca35faf1f05ddbbb47084dba1b716e606bf2
Author: Mariusz Skamra <[email protected]>
AuthorDate: Mon Nov 25 12:58:27 2024 +0100

    ci: Build with Broadcast Sink and Scan Delegator enabled
    
    This adds Broadcast Sink and Scan Delegator to CI syscfg to build all
    applications with those options enabled.
---
 .github/test_build_apps_syscfg.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/test_build_apps_syscfg.yml 
b/.github/test_build_apps_syscfg.yml
index 9887918b4..a83a5c3d8 100644
--- a/.github/test_build_apps_syscfg.yml
+++ b/.github/test_build_apps_syscfg.yml
@@ -28,6 +28,9 @@ syscfg.vals:
     BLE_ISO: 1
     BLE_ISO_TEST: 1
     BLE_AUDIO: 1
+    BLE_AUDIO_BROADCAST_SINK: 1
+    BLE_AUDIO_SCAN_DELEGATOR: 1
+    BLE_ISO_BROADCAST_SINK: 1
     BLE_ISO_BROADCAST_SOURCE: 1
     BLE_HCI_VS: 1
     BLE_POWER_CONTROL: 1

Reply via email to