Skip to content
Snippets Groups Projects

Fix: Clone cppcheck via SSH.

Merged Sören Peters requested to merge soe.peters/VirtualFluids:fix/cppcheck into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -5,8 +5,8 @@
set -e
cd /tmp
git clone https://github.com/danmar/cppcheck.git
cd cppcheck
git clone git@github.com:danmar/cppcheck.git
cd cppcheck
git checkout 2.10.3
make MATCHCOMPILER=yes FILESDIR=/usr/share/cppcheck HAVE_RULES=yes CXXFLAGS="-O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-unused-function" install
cd /tmp
Loading