zls/ci/linux.sh

9 lines
79 B
Bash
Raw Normal View History

2020-05-14 14:49:05 +01:00
zig build
FILE=/zig-cache/bin/zls
if test -f "$FILE"; then
exit 0
fi
exit 1