add check step for usage with zls
This commit is contained in:
parent
7298c6d3ee
commit
927871c59e
|
@ -211,5 +211,7 @@ pub fn build(b: *Builder) !void {
|
||||||
|
|
||||||
test_step.dependOn(&run_unit_tests.step);
|
test_step.dependOn(&run_unit_tests.step);
|
||||||
}
|
}
|
||||||
|
const check = b.step("check", "Check compilation errors");
|
||||||
|
check.dependOn(&exe.step);
|
||||||
b.installArtifact(exe);
|
b.installArtifact(exe);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user