lancaster-university / microbit-v2-samples

CODAL build tools and sample programs for the micro:bit v2.x
MIT License
64 stars 83 forks source link

CI: Also build BLE project. #60

Closed microbit-carlos closed 1 year ago

microbit-carlos commented 1 year ago

@JohnVidler this way the CI builds a BLE enabled project as well with the older/newer CMake and gcc versions, which would have helped us catch the MakeCode build issue earlier.

Currently this will fail the jobs running CMake v3.6, as expected.

microbit-carlos commented 1 year ago

Good news, the CMake issue has been fixed and pushed to codal-microbit-v2 a few minutes ago. Bad news, this PR needs this other PR to be merged first:

JohnVidler commented 1 year ago

Righto, I've merged in the ninja clean PR, and this looks good to go from here, lets merge it in.

microbit-carlos commented 1 year ago

Thanks John! Looks like the CI is all green now 👍 https://github.com/lancaster-university/microbit-v2-samples/actions/runs/3969001866