| author | |
| committer | |
| log | d75d40dfdfeb82dc9b1b2b5cdcd3fdb8105ac97d |
| tree | 587400a679d4ca52ccc2dc09674be0169376a42b |
| parent | 7346600517f5902316e5b8c179d8120b7854a5e1 |
3 files changed, 2 insertions(+), 3 deletions(-)
build.zig-1| ... | ... | @@ -527,7 +527,6 @@ pub fn build(b: *Builder) !void { |
| 527 | 527 | const test_step = b.step("test", "Run all the tests"); |
| 528 | 528 | test_step.dependOn(toolchain_step); |
| 529 | 529 | test_step.dependOn(std_step); |
| 530 | test_step.dependOn(docs_step); | |
| 531 | 530 | } |
| 532 | 531 | |
| 533 | 532 | const exe_cflags = [_][]const u8{ |
ci/srht/freebsd_script+1-1| ... | ... | @@ -45,7 +45,7 @@ cmake .. -DZIG_EXECUTABLE="$PREFIX/bin/zig" |
| 45 | 45 | samu install |
| 46 | 46 | |
| 47 | 47 | # Here we skip some tests to save time. |
| 48 | release/bin/zig build test -Dskip-stage1 -Dskip-non-native | |
| 48 | release/bin/zig build test docs -Dskip-stage1 -Dskip-non-native | |
| 49 | 49 | |
| 50 | 50 | if [ -f ~/.s3cfg ]; then |
| 51 | 51 | mv ../LICENSE release/ |
ci/zinc/linux_test_stage3_release.sh+1-1| ... | ... | @@ -54,7 +54,7 @@ cd $WORKSPACE |
| 54 | 54 | |
| 55 | 55 | ZIG="$RELEASE_STAGING/bin/zig" |
| 56 | 56 | |
| 57 | $ZIG build test \ | |
| 57 | $ZIG build test docs \ | |
| 58 | 58 | -fqemu \ |
| 59 | 59 | -fwasmtime \ |
| 60 | 60 | -Dstatic-llvm \ |