@@ -32,6 +32,10 @@ env:
BUILDSCRIPT="check_source.sh"
BUILDNAME="CHECK_SOURCES"
BUILDOPTIONS=" "
+ - |
+ BUILDSCRIPT="scan_build.sh"
+ BUILDNAME="SCAN_BUILD"
+ BUILDOPTIONS=" "
- |
BUILDSCRIPT="coverage.sh"
BUILDNAME="COVERAGE"
@@ -0,0 +1,9 @@
+#!/bin/bash
+[ "$TRAVIS_CI" != "" ] && sudo apt-get install clang -y -qq || true
+
+# output version
+bash printinfo.sh
+make clean > /dev/null
+scan-build make -f makefile.unix all