diff options
Diffstat (limited to 'ci/drone/linux_script')
| -rwxr-xr-x | ci/drone/linux_script | 6 |
1 files changed, 4 insertions, 2 deletions
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" |
