From 14828d9695ab54272fee0dab35a489180c20f2ea Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Wed, 25 Sep 2019 10:58:10 +1200 Subject: Rearrange Travis CI scripts to be more modular * Split global before_install for apt and pip * Use -qq option for apt-get, which implies -y * Use list of targets with apt-get rather than one-per-line * Use local variables for mingw32/install.sh * Show version info for cppcheck, pip and python * Simplify clang+llvm-6 path --- scripts/cppcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/cppcheck.sh') diff --git a/scripts/cppcheck.sh b/scripts/cppcheck.sh index 244fac41..19620207 100755 --- a/scripts/cppcheck.sh +++ b/scripts/cppcheck.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Note: tested with cppcheck 1.72 as shipped with Ubuntu 16.04 -# as well as with cppcheck 1.76.1 +# Note: tested with cppcheck 1.61 as shipped with Ubuntu 14.04 +echo `cppcheck --version` LOG_FILE=/tmp/cppcheck_proj.txt -- cgit v1.2.3