aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-08-10 18:00:24 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-08-19 16:45:15 -0700
commitd75d40dfdfeb82dc9b1b2b5cdcd3fdb8105ac97d (patch)
tree587400a679d4ca52ccc2dc09674be0169376a42b /build.zig
parent7346600517f5902316e5b8c179d8120b7854a5e1 (diff)
downloadzig-d75d40dfdfeb82dc9b1b2b5cdcd3fdb8105ac97d.tar.gz
zig-d75d40dfdfeb82dc9b1b2b5cdcd3fdb8105ac97d.zip
build: make docs a separate step than test
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 6823248431..bb3db637d6 100644
--- a/build.zig
+++ b/build.zig
@@ -527,7 +527,6 @@ pub fn build(b: *Builder) !void {
const test_step = b.step("test", "Run all the tests");
test_step.dependOn(toolchain_step);
test_step.dependOn(std_step);
- test_step.dependOn(docs_step);
}
const exe_cflags = [_][]const u8{