| ... | @@ -73,7 +73,10 @@ tidy -qe ../zig-cache/langref.html | ... | @@ -73,7 +73,10 @@ tidy -qe ../zig-cache/langref.html |
| 73 | if [ "${BUILD_REASON}" != "PullRequest" ]; then | 73 | if [ "${BUILD_REASON}" != "PullRequest" ]; then |
| 74 | # Produce the experimental std lib documentation. | 74 | # Produce the experimental std lib documentation. |
| 75 | mkdir -p release/docs/std | 75 | mkdir -p release/docs/std |
| 76 | release/bin/zig test ../lib/std/std.zig -femit-docs=release/docs/std -fno-emit-bin | 76 | release/bin/zig test ../lib/std/std.zig \ |
| | 77 | --override-lib-dir ../lib \ |
| | 78 | -femit-docs=release/docs/std \ |
| | 79 | -fno-emit-bin |
| 77 | | 80 | |
| 78 | mv ../LICENSE release/ | 81 | mv ../LICENSE release/ |
| 79 | mv ../zig-cache/langref.html release/docs/ | 82 | mv ../zig-cache/langref.html release/docs/ |