Skip to content
Snippets Groups Projects
build_cppcheck.sh 189 B
Newer Older
#build last cppcheck 1.86 (for Travis)
git clone -b "1.86" --depth 1 https://github.com/danmar/cppcheck.git
cd cppcheck
cmake .
make -j$(nproc) all
sudo make install
cd ..