nuttx-test-bot-1.0.1 is not a library.
Apache NuttX RTOS: Bot that will Build and Test a Pull Request
Read the article...
We might allow a PR Comment to trigger a Build + Test on QEMU. For example, this PR Comment...
Will trigger our Test Bot to download the PR Code, and run Build + Test on QEMU RISC-V. Or on Real Hardware...
Super helpful for Testing Pull Requests before Merging. But might have Security Implications 🤔
How To Run
See run.sh...
#!/usr/bin/env bash
## Build and Test PRs for NuttX Kernel and Apps
## Set the GitHub Token. Should have permission to Post PR Comments.
## export GITHUB_TOKEN=...
## Set the GitLab Token for creating snippets
## export GITLAB_TOKEN=...
## Enable Rust Logging
for
do
done
Build + Test Bot is hosted on this hefty Ubuntu Xeon Workstation