git clone https://github.com/tensorush/liza.git
cd liza/
zig build exe -- -h
-
- Zig executable compilation.
- Dependency usage.
-
- Zig static library compilation.
- Example suite setup.
-
- C/C++ library compilation.
- Lazy dependency usage.
-
exe
/example
/lib
(?
): executable's run, library's example suite execution, or port's installation.test
: Test suite execution and code coverage publication to Codecov (only GitHub for now).fmt
: Formatting checks execution.
-
emit
->deploy
: documentation emission and deployment to GitHub Pages or Codeberg Pages.