aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/pages/abouts/ci.md
Commit message (Collapse)AuthorAgeFilesLines
* refactor: parallelize example builds in test-examples tool魏曹先生2 days1-1/+6
| | | | | | Split test-examples into two phases: build all examples in parallel first, then run tests serially against pre-built binaries. Abort on any build failure instead of skipping tests for that example.
* refactor: move example tests into per-example test.toml files魏曹先生2 days1-10/+14
| | | | | | Replace the centralized `examples/test-examples.toml` with individual `test.toml` files in each example directory, updating the test runner and related documentation accordingly.
* ci: Refactor CI workflows into single check matrix魏曹先生5 days1-20/+31
| | | | | | Replace the separate code/docs CI jobs and local check flags with a unified `--check-*` flag system, enabling each check to run independently across a platform matrix.
* docs: add API documentation deployment section to CI docs魏曹先生2026-07-171-9/+26
|
* docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site魏曹先生2026-07-101-0/+71
Replace relative file links with absolute URLs and add centered page headers to the migrated docs. Update the dev sidebar to include the new pages.