zls/ci/linux.sh
SuperAuguste 1b5698106d fix perms
2020-05-14 09:52:56 -04:00

9 lines
79 B
Bash
Executable File

zig build
FILE=/zig-cache/bin/zls
if test -f "$FILE"; then
exit 0
fi
exit 1