From 398a3aae40bc03f6b7c6cd86d78a4cde125f2811 Mon Sep 17 00:00:00 2001 From: Eric Joldasov Date: Wed, 26 Oct 2022 11:42:17 +0600 Subject: CI: make directory structure in releases consistent --- ci/drone/test_linux_std_Debug | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ci/drone/test_linux_std_Debug') 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 -- cgit v1.2.3