Script that helps to run Clang Static Analyzer.
--HG-- branch : develop
This commit is contained in:
parent
047f53e2ec
commit
939be86aec
9
scripts/scan-build.sh
Executable file
9
scripts/scan-build.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# Helps to run Clang Static Analyzer.
|
||||||
|
# Please, run this script from folder <root_folder>/scripts.
|
||||||
|
cd ..
|
||||||
|
rm -rfv build
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
qmake ../Valentina.pro -r -spec linux-clang
|
||||||
|
scan-build --use-cc clang --use-c++ clang++ make -j4
|
Loading…
Reference in New Issue
Block a user