summaryrefslogtreecommitdiffstats
path: root/jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2019-02-28 22:00:29 +0800
committerHongjun Ni <hongjun.ni@intel.com>2019-03-01 17:30:57 +0800
commit84127d5651703c700255afbd2575b98d91304242 (patch)
tree21ea133ecc0b1dc8141ef717b9e1bc015fd79b6c /jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh
parentbd99f3b0e54c18d8b2b0e2501a0d7b5a170cec67 (diff)
Add checkstyle and build to Sweetcomb verify job
Change-Id: Ib351a6f0758eaf6799fd2465dc8928931f1b3d86 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh')
-rw-r--r--jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh b/jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh
new file mode 100644
index 000000000..258c9e7e2
--- /dev/null
+++ b/jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [ -f build-root/scripts/checkstyle.sh ];then
+ build-root/scripts/checkstyle.sh
+else
+ echo "Cannot find cat build-root/scripts/checkstyle.sh - skipping checkstyle"
+fi