git clone https://codeberg.org/tensorush/liza.git
cd liza/
zig build exe -- -h
-
- Zig executable compilation.
- Dependency usage.
- Binary release.
-
- Zig static library compilation.
- Public module creation.
- Example suite setup.
-
- C/C++ static library compilation.
- Configuration option usage.
- Lazy dependency usage.
-
GitHub / Forgejo / Woodpecker CI workflow template:
exe
/example
/lib
($s
): executable's run, library's example suite execution, or build's installation.test
: Test suite execution and optional GitHub-only code coverage publication to Codecov.fmt
: Formatting checks execution.
-
Optional GitHub / Forgejo / Woodpecker CD workflow:
emit
->deploy
: documentation emission and deployment to GitHub Pages or Codeberg Pages.