| author | |
| committer | |
| log | b911b54aeb45d2d2d7a8d616af5df04ad230bcc3 |
| tree | 714af317059e20a7c8f6f075c946a3a2f30fe5c6 |
| parent | 32d76f0e4a56f3331392f4eb9cc78a89cf11b109 |
4 files changed, 4 insertions(+), 4 deletions(-)
ci/aarch64-linux-debug.sh+1-1| ... | ... | @@ -67,7 +67,7 @@ stage3-debug/bin/zig build test docs \ |
| 67 | 67 | --zig-lib-dir "$(pwd)/../lib" |
| 68 | 68 | |
| 69 | 69 | # Look for HTML errors. |
| 70 | tidy --drop-empty-elements no -qe ../zig-cache/langref.html | |
| 70 | tidy --drop-empty-elements no -qe "$ZIG_LOCAL_CACHE_DIR/langref.html" | |
| 71 | 71 | |
| 72 | 72 | # Produce the experimental std lib documentation. |
| 73 | 73 | stage3-debug/bin/zig test ../lib/std/std.zig -femit-docs -fno-emit-bin --zig-lib-dir ../lib |
ci/aarch64-linux-release.sh+1-1| ... | ... | @@ -67,7 +67,7 @@ stage3-release/bin/zig build test docs \ |
| 67 | 67 | --zig-lib-dir "$(pwd)/../lib" |
| 68 | 68 | |
| 69 | 69 | # Look for HTML errors. |
| 70 | tidy --drop-empty-elements no -qe ../zig-cache/langref.html | |
| 70 | tidy --drop-empty-elements no -qe "$ZIG_LOCAL_CACHE_DIR/langref.html" | |
| 71 | 71 | |
| 72 | 72 | # Produce the experimental std lib documentation. |
| 73 | 73 | stage3-release/bin/zig test ../lib/std/std.zig -femit-docs -fno-emit-bin --zig-lib-dir ../lib |
ci/x86_64-linux-debug.sh+1-1| ... | ... | @@ -66,7 +66,7 @@ stage3-debug/bin/zig build test docs \ |
| 66 | 66 | --zig-lib-dir "$(pwd)/../lib" |
| 67 | 67 | |
| 68 | 68 | # Look for HTML errors. |
| 69 | tidy --drop-empty-elements no -qe ../zig-cache/langref.html | |
| 69 | tidy --drop-empty-elements no -qe "$ZIG_LOCAL_CACHE_DIR/langref.html" | |
| 70 | 70 | |
| 71 | 71 | # Produce the experimental std lib documentation. |
| 72 | 72 | stage3-debug/bin/zig test ../lib/std/std.zig -femit-docs -fno-emit-bin --zig-lib-dir ../lib |
ci/x86_64-linux-release.sh+1-1| ... | ... | @@ -67,7 +67,7 @@ stage3-release/bin/zig build test docs \ |
| 67 | 67 | --zig-lib-dir "$(pwd)/../lib" |
| 68 | 68 | |
| 69 | 69 | # Look for HTML errors. |
| 70 | tidy --drop-empty-elements no -qe ../zig-cache/langref.html | |
| 70 | tidy --drop-empty-elements no -qe "$ZIG_LOCAL_CACHE_DIR/langref.html" | |
| 71 | 71 | |
| 72 | 72 | # Produce the experimental std lib documentation. |
| 73 | 73 | stage3-release/bin/zig test ../lib/std/std.zig -femit-docs -fno-emit-bin --zig-lib-dir ../lib |