authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:42:55 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:42:55 -07:00
logaec4e3409674faa31562989f0cbc98f3e74e3960
treeb726c91cc433fe6cc9bb423eccdb08dd2e61199e
parentd977338a093e05f9a0ff1610a66c86b50eefb3df
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

compile everything on zig build


1 files changed, 1 insertions(+), 0 deletions(-)

build.zig+1
...@@ -25,6 +25,7 @@ pub fn build(b: *std.Build) void {...@@ -25,6 +25,7 @@ pub fn build(b: *std.Build) void {
25 deps.addAllTo(tests);25 deps.addAllTo(tests);
26 tests.use_llvm = !disable_llvm;26 tests.use_llvm = !disable_llvm;
27 tests.use_lld = !disable_llvm;27 tests.use_lld = !disable_llvm;
28 b.getInstallStep().dependOn(&tests.step);
2829
29 const test_step = b.step("test", "Run all library tests");30 const test_step = b.step("test", "Run all library tests");
30 const tests_run = b.addRunArtifact(tests);31 const tests_run = b.addRunArtifact(tests);