mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
11 lines
138 B
Bash
Executable file
11 lines
138 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# output version
|
|
bash .ci/printinfo.sh
|
|
|
|
make clean > /dev/null
|
|
|
|
echo "checking..."
|
|
./helper.pl --check-all || exit 1
|
|
|
|
exit 0
|