incubator-nuttx/tools/ci
Matheus Catarino 25bd3be167 tools/ci: add zig, ldc and swift
The main objective is to determine if the examples really work or if they have been obsoleted.
The languages included in the list promote good interoperability with the NuttX API (C predominant).

This will show if they are worth integrating in NuttX.

**FFI method**

- Rust: bindgen or c2rust
- D: importC
- Swift: Bridging header or clang modulemap.
- Zig: `@cImport/@cInclude` or translate-c
2024-08-26 10:25:54 +08:00
..
docker/linux tools/ci: add zig, ldc and swift 2024-08-26 10:25:54 +08:00
platforms tools/ci: add zig, ldc and swift 2024-08-26 10:25:54 +08:00
testlist tools/ci/testlist: Added jobs to speed up CI checks. 2024-07-30 01:43:29 +08:00
testrun ci/ltp: enlarge timeout for LTP test 2024-05-22 16:40:13 +08:00
README.md
cibuild.sh tools/ci: Modify cibuild.sh to adapt to new platforms. 2024-03-01 21:30:03 +08:00
cirun.sh add libuv and cmocka test cases with file system on sim and qemu on CI 2024-04-10 14:46:53 +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.