authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:33:47 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:33:47 -07:00
log9ce3be21d0ad46c48bdb56efd7beb5f89e2f4a28
treed2e4bfec0b87de87dce2662c856310fe4b466e47
parent9b696cc1024cef1dd6fa6d966c936ddf9fab37f8
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

compile everything on zig build


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

build.zig+1
...@@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void {...@@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void {
16 deps.addAllTo(tests);16 deps.addAllTo(tests);
17 tests.use_llvm = !disable_llvm;17 tests.use_llvm = !disable_llvm;
18 tests.use_lld = !disable_llvm;18 tests.use_lld = !disable_llvm;
19 b.getInstallStep().dependOn(&tests.step);
1920
20 const test_step = b.step("test", "Run all library tests");21 const test_step = b.step("test", "Run all library tests");
21 const tests_run = b.addRunArtifact(tests);22 const tests_run = b.addRunArtifact(tests);