libtomcrypt/scan_build.sh
2017-06-13 18:41:09 +02:00

10 lines
178 B
Bash
Executable File

#!/bin/bash
[ "$TRAVIS_CI" != "" ] && sudo apt-get install clang -y -qq || true
# output version
bash printinfo.sh
make clean > /dev/null
scan-build make -f makefile.unix all