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

Add GitHub Actions CI to build main.cpp #3

Closed microbit-carlos closed 3 years ago

microbit-carlos commented 3 years ago

Builds it on every commit and everyday. If things are tagged now and build.py only checks out the tags we can probably remove the daily build if it's not longer necessary.

A future PR will also try to build all the samples, but this base can be merged in the meantime.

microbit-carlos commented 3 years ago

@finneyj can we merge this to have daily CI builds?

finneyj commented 3 years ago

Thanks @microbit-carlos, yes for sure. Thanks for setting this up.