aboutsummaryrefslogtreecommitdiff
path: root/scripts/cppcheck.sh
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2019-09-25 10:58:10 +1200
committerMike Taves <mwtoews@gmail.com>2019-09-25 11:16:27 +1200
commit14828d9695ab54272fee0dab35a489180c20f2ea (patch)
tree2435fe59d4c39a6a73b210886e45776e74dd4689 /scripts/cppcheck.sh
parenta71fce63c2d77b6709005667efd577d728b900e9 (diff)
downloadPROJ-14828d9695ab54272fee0dab35a489180c20f2ea.tar.gz
PROJ-14828d9695ab54272fee0dab35a489180c20f2ea.zip
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
Diffstat (limited to 'scripts/cppcheck.sh')
-rwxr-xr-xscripts/cppcheck.sh4
1 files changed, 2 insertions, 2 deletions
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