16 lines
257 B
Bash
16 lines
257 B
Bash
#!/bin/bash
|
|
|
|
# output version
|
|
bash .ci/printinfo.sh
|
|
|
|
make clean > /dev/null
|
|
|
|
echo "checking..."
|
|
./helper.pl --check-source --check-makefiles --check-defines|| exit 1
|
|
|
|
exit 0
|
|
|
|
# ref: $Format:%D$
|
|
# git commit: $Format:%H$
|
|
# commit time: $Format:%ai$
|