ARMmbed / mbed-os-example-ble

BLE demos using mbed OS and mbed cli
Apache License 2.0
134 stars 118 forks source link

Fix CI bugs #293

Closed jamesbeyond closed 4 years ago

jamesbeyond commented 4 years ago

CI testing got some bugs:

  1. Reuse of BUILD folder to speed up building process cause some image not been build properly. So disable the reuse of BUILD folder.
  2. Break command in bash not throw any error code, some build failure would be missed, change to exit 1 to deliberate to throw errors if build failed