zls/ci/linux.sh
SuperAuguste 2dd50774b4 fix?
2020-05-14 09:54:59 -04:00

10 lines
85 B
Bash
Executable File

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