diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-27 11:38:37 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-27 11:38:37 +1100 |
commit | 86beb828a2a3421c504e2bcd42b9cbfa5154efaa (patch) | |
tree | 65283d8c4622d7e85cd99788c23595310c3a078b /.travis.yml | |
parent | ed7753c8e12fc3a17a7c32da5873ff1f830e2aa7 (diff) | |
download | skiboot-86beb828a2a3421c504e2bcd42b9cbfa5154efaa.zip skiboot-86beb828a2a3421c504e2bcd42b9cbfa5154efaa.tar.gz skiboot-86beb828a2a3421c504e2bcd42b9cbfa5154efaa.tar.bz2 |
Update hack for building pflash for coverity scan
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 918cc41..72cb0e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,5 +40,5 @@ addons: description: "Build submitted via Travis CI" notification_email: stewart@linux.vnet.ibm.com build_command_prepend: "make clean; cov-configure --comptype gcc --compiler powerpc64-linux-gcc --template; cov-configure --comptype gcc --compiler powerpc64le-linux-gnu-gcc; cov-configure --comptype gcc --compiler arm-linux-gnueabi-gcc; cov-configure --comptype gcc --compiler x86_64-linux-gnu-gcc" - build_command: "make -j4 all check gard pflash; (cd external/pflash; ./build-all-arch.sh" + build_command: "make -j4 all check gard pflash-coverity" branch_pattern: coverity_scan |