zls/ci/linux.sh

10 lines
85 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
2020-05-14 14:54:59 +01:00
else
exit 1
2020-05-14 14:49:05 +01:00
fi