From bf5be65be69cc0ffb23bfd211aa6880aad03d2b6 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 24 Oct 2019 21:13:47 -0400 Subject: disable not working stuff --- ci/drone/linux_script | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ci/drone/linux_script') diff --git a/ci/drone/linux_script b/ci/drone/linux_script index 4872c85865..c7f0d6f124 100755 --- a/ci/drone/linux_script +++ b/ci/drone/linux_script @@ -18,13 +18,15 @@ cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STAT make -j$(nproc) install # TODO disabled temporarily to test the CI #./zig build test-behavior -./zig build docs +# TODO figure out why running docs is causing EBADF on dup2 in the child +# ./zig build docs # TODO full test suite: #./zig build test if [ -z "$DRONE_PULL_REQUEST" ]; then mv ../LICENSE "$DISTDIR/" - mv ../zig-cache/langref.html "$DISTDIR/" + # TODO uncomment when the docs are generated + # mv ../zig-cache/langref.html "$DISTDIR/" mv "$DISTDIR/bin/zig" "$DISTDIR/" rmdir "$DISTDIR/bin" -- cgit v1.2.3