iw7-mod/deps/libtomcrypt/.ci/check_source.sh

16 lines
221 B
Bash
Raw Normal View History

2024-08-13 05:15:34 -04:00
#!/bin/bash
# output version
bash .ci/printinfo.sh
make clean > /dev/null
echo "checking..."
./helper.pl --check-all || exit 1
exit 0
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$