zls/ci/linux.sh
SuperAuguste 8345b94cd6 ci test
2020-05-14 09:49:05 -04:00

9 lines
79 B
Bash

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