tomcrypt/scan_build.sh

10 lines
178 B
Bash
Raw Normal View History

2017-05-22 16:54:51 -04:00
#!/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