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 ..
#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 ..