[Skiboot] [PATCH 5/8] Enable building pflash for coverity (travis)

Stewart Smith stewart at linux.vnet.ibm.com
Tue Nov 17 15:39:04 AEDT 2015


Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 .travis.yml   | 2 +-
 Makefile.main | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 841f754ca0f3..1f0d7b800ecb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,5 +34,5 @@ addons:
       description: "Build submitted via Travis CI"
     notification_email: stewart at linux.vnet.ibm.com
     build_command_prepend: "make clean; cov-configure --comptype gcc --compiler powerpc64-linux-gcc --template"
-    build_command: "make -j4 all check gard"
+    build_command: "make -j4 all check gard pflash"
     branch_pattern: coverity_scan
diff --git a/Makefile.main b/Makefile.main
index dc36426f6dea..c45eff5f9a2e 100644
--- a/Makefile.main
+++ b/Makefile.main
@@ -149,6 +149,8 @@ include $(SRC)/$(DEVSRC)/Makefile.inc
 # hack for travis-ci and coverity
 gard:
 	(cd external/gard; make)
+pflash:
+	(cd external/pflash; make)
 
 all: $(SUBDIRS) $(TARGET).lid $(TARGET).map extract-gcov
 
-- 
2.1.4



More information about the Skiboot mailing list