s1-mod/deps/libtomcrypt/.ci/check_source.sh
2025-02-20 06:23:40 -05:00

12 lines
138 B
Bash

#!/bin/bash
# output version
bash .ci/printinfo.sh
make clean > /dev/null
echo "checking..."
./helper.pl --check-all || exit 1
exit 0