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
@@ -4,9 +4,10 @@
# !/usr/bin/env bash
set -e
git config http.postBuffer 52428800
cd /tmp
git clone https://github.com/danmar/cppcheck.git
cd cppcheck
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