aboutsummaryrefslogtreecommitdiff
path: root/ci/run-static-analysis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run-static-analysis.sh')
-rwxr-xr-xci/run-static-analysis.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/ci/run-static-analysis.sh b/ci/run-static-analysis.sh
new file mode 100755
index 000000000..fe4ee4e06
--- /dev/null
+++ b/ci/run-static-analysis.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# Perform various static code analysis checks
+#
+
+. ${0%/*}/lib-travisci.sh
+
+make coccicheck
+
+save_good_tree