diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-29 05:58:41 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-29 05:58:41 -0400 |
| commit | 48a2783969b0a43200514a5b4e9cce57be4e5b46 (patch) | |
| tree | 0f7cc577dd9090938d842250e1d1986d3d05aa0e /ci/drone/test_linux_std_Debug | |
| parent | e20d2b3151607fe078b43331ea27d5b34f95360b (diff) | |
| parent | 20925b2f5c5c0ae20fdc0574e5d4e5740d17b4d6 (diff) | |
| download | zig-48a2783969b0a43200514a5b4e9cce57be4e5b46.tar.gz zig-48a2783969b0a43200514a5b4e9cce57be4e5b46.zip | |
cbe: implement optional slice representation change
Diffstat (limited to 'ci/drone/test_linux_std_Debug')
| -rwxr-xr-x | ci/drone/test_linux_std_Debug | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/drone/test_linux_std_Debug b/ci/drone/test_linux_std_Debug index 39558e19d1..bde270fd15 100755 --- a/ci/drone/test_linux_std_Debug +++ b/ci/drone/test_linux_std_Debug @@ -13,3 +13,10 @@ $ZIG build test-std \ -Dskip-release-fast \ -Dskip-release-small \ -Dskip-non-native + +# Produce the experimental std lib documentation. +mkdir -p "$INSTALL_PREFIX/doc/std" +$ZIG test "$DRONE_WORKSPACE/lib/std/std.zig" \ + --zig-lib-dir "$DRONE_WORKSPACE/lib" \ + -femit-docs="$INSTALL_PREFIX/doc/std" \ + -fno-emit-bin |
