mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
fix(ble): Added ble_get_started build rule in build-test-rules.yml
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
# 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:
|
examples/bluetooth/bluedroid/ble:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
|
||||||
|
Reference in New Issue
Block a user