You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/05/10 12:50:22 UTC

[mynewt-core] branch coverity_scan updated: Try dumping log after script...

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch coverity_scan
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/coverity_scan by this push:
     new 8d82b79  Try dumping log after script...
8d82b79 is described below

commit 8d82b79fc05db84373fdf984cd2d9363c5749c39
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu May 10 09:52:04 2018 -0300

    Try dumping log after script...
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 24c04ea..04071c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,5 +35,8 @@ addons:
     # build_command_prepend: "cov-configure --gcc"
     # build_command_prepend: "cov-configure --comptype gcc --compiler gcc-4.8 --template"
     build_command_prepend: "cov-configure --comptype gcc --compiler arm-none-eabi-gcc -- -fno-exceptions -mcpu=cortex-m4 -mthumb -mthumb-interwork"
-    build_command: "cov-build --dir cov-int mynewt-newt/newt/newt build --executeShell bletiny_nrf52840_coverity; cat /home/travis/build/apache/mynewt-core/cov-int/build-log.txt"
+    build_command: "cov-build --dir cov-int mynewt-newt/newt/newt build --executeShell bletiny_nrf52840_coverity"
     branch_pattern: "coverity_scan"
+
+after_script:
+  - cat /home/travis/build/apache/mynewt-core/cov-int/build-log.txt

-- 
To stop receiving notification emails like this one, please contact
utzig@apache.org.