Re: [Article] Continuous Integration for NuttX

2024-09-11 Thread Lee, Lup Yuen
<< For PRs, depending on the directory (directories) of the modified file(s), pick and choose which tests to run. >> Thanks Nathan for the cool ideas! I was thinking: If the Modified Source File is shared by Multiple Targets, then which NuttX Target do we build and test? Maybe we could take the N

[Article] Continuous Integration for NuttX

2024-09-10 Thread Lee, Lup Yuen
This article explains how we're running Continuous Integration with GitHub Actions. Every NuttX Pull Request will trigger 1,594 NuttX Builds! https://lupyuen.codeberg.page/articles/ci.html In my next message: I'll discuss how we might cut down the NuttX Builds for Continuous Integration. Stay Tun