CMake: Replace tested BLE application in CI description

BLE_Button, which was the previously tested BLE example, is
being removed in mbed-os-example-ble. Replace it with BLE_LED.
pull/13566/head
Hugues Kamba 2020-10-15 12:21:54 +01:00
parent 8529e88e61
commit 8328963a67
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ matrix:
- <<: *cmake-build-test
name: "CMake ble example (NRF52840_DK)"
env: NAME=cmake_test EXAMPLE_NAME=mbed-os-example-ble TARGET_NAME=NRF52840_DK SUBEXAMPLE_NAME=BLE_Button
env: NAME=cmake_test EXAMPLE_NAME=mbed-os-example-ble TARGET_NAME=NRF52840_DK SUBEXAMPLE_NAME=BLE_LED
- <<: *cmake-build-test
name: "CMake cellular example (WIO_3G)"