Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 321 Bytes

File metadata and controls

12 lines (8 loc) · 321 Bytes

Zig example

zig init-style project with build.zig, root library, and a test block. Pipeline downloads Zig 0.13.0 and runs zig build / build test / fmt --check ..

Run the pipeline

cd examples/zig
hm run ci --local

See .hm/pipeline.py for the definition; examples/README.md for the full index.