From 2d018c5023c1cfa421005e1915219f8c17210a71 Mon Sep 17 00:00:00 2001 From: weiyuhan Date: Fri, 13 Sep 2024 09:50:39 +0800 Subject: [PATCH] fix(ble): Added ble_get_started build rule in build-test-rules.yml --- examples/bluetooth/.build-test-rules.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/bluetooth/.build-test-rules.yml b/examples/bluetooth/.build-test-rules.yml index 92df568e2c..044c764f38 100644 --- a/examples/bluetooth/.build-test-rules.yml +++ b/examples/bluetooth/.build-test-rules.yml @@ -1,5 +1,11 @@ # Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps +examples/bluetooth/ble_get_started: + enable: + - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"] + temporary: true + reason: the other targets are not tested yet + examples/bluetooth/bluedroid/ble: enable: - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]