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 9120703  Add template, grep [ERROR]s
9120703 is described below

commit 91207033292a5c79900c51bcb1d5472c37bc4b9f
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu May 17 18:59:20 2018 -0300

    Add template, grep [ERROR]s
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 368abd5..689f311 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,9 +32,9 @@ addons:
       version: 1.3.0
       description: "An OS to build, deploy and securely manage billions of 
devices"
     notification_email: ut...@apache.org
-    build_command_prepend: "cov-configure --comptype gcc --compiler 
arm-none-eabi-gcc"
+    build_command_prepend: "cov-configure --comptype gcc --compiler 
arm-none-eabi-gcc --template -- -fno-exceptions -mcpu=cortex-m4 -mthumb 
-mthumb-interwork"
     build_command: "cov-build --dir cov-int mynewt-newt/newt/newt build 
--executeShell bletiny_nrf52840_coverity"
     branch_pattern: "coverity_scan"
 
 after_script:
-  - grep WARNING /home/travis/build/apache/mynewt-core/cov-int/build-log.txt | 
head -n 100
+  - grep "\[ERROR\]" 
/home/travis/build/apache/mynewt-core/cov-int/build-log.txt | head -n 100

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

Reply via email to