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 14:10:22 UTC

[mynewt-core] branch coverity_scan updated: try travis_latest

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 8d33040  try travis_latest
8d33040 is described below

commit 8d330402c734ab6903d18ea33a8a461736061cfe
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu May 10 11:12:02 2018 -0300

    try travis_latest
---
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index da7c926..7e79c87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
 language: c
 dist: trusty
 sudo: required
+group: travis_latest
 
 before_install:
   #- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
@@ -34,9 +35,6 @@ addons:
     notification_email: utzig@apache.org
     # 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 --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"
     branch_pattern: "coverity_scan"
-
-after_script:
-  - grep cov-translate /home/travis/build/apache/mynewt-core/cov-int/build-log.txt

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