nuttx/tools/ci
Old-Ding 1c2af2a0f0 tools: avoid returning from finally blocks
Python warns about return statements inside finally blocks because they
can suppress pending exceptions. Move the returns after the try/finally
and try/except bodies so normal return values stay the same while
unexpected exceptions are no longer swallowed.

Signed-off-by: Old-Ding <ai.neo.ae86@gmail.com>
2026-08-21 20:07:53 +08:00
..
docker/linux ci/docker: fix No package 'libftdi1' found 2026-06-22 10:40:24 -03:00
platforms ci/platforms/darwin.sh: fix genromfs installation 2026-07-12 22:21:24 +02:00
testlist boards/rp23xx: Split the xipfs configuration into xipfs and xipfs-nxflat. 2026-07-29 07:49:03 -03:00
testrun tools: avoid returning from finally blocks 2026-08-21 20:07:53 +08:00
cibuild-oot.sh cmake: Remove unused BUILD_OOTCPP guard from configuration. 2025-10-17 17:06:46 -03:00
cibuild.ps1 tools/ci: Added CI system on Windows Native 2025-03-19 19:59:44 +08:00
cibuild.sh CI: Improved speed to build nuttx on MSYS2 job 2025-03-26 22:35:19 +08:00
cirun.sh tools: migrate to SPDX identifier 2024-09-10 23:11:11 +08:00
README.md

CI Tools

These are tools and data used for the CI system. Some of what is here may also be useful for local testing.