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/17 20:52:54 UTC

[mynewt-core] branch coverity_scan updated: Remove group, remove gcc flags

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 7b37f22  Remove group, remove gcc flags
7b37f22 is described below

commit 7b37f225e935777a9138944dabffa537649ffbad
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu May 17 17:54:27 2018 -0300

    Remove group, remove gcc flags
---
 .travis.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7e79c87..265ff26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
 language: c
 dist: trusty
 sudo: required
-group: travis_latest
 
 before_install:
   #- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
@@ -33,8 +32,6 @@ addons:
       version: 1.3.0
       description: "An OS to build, deploy and securely manage billions of devices"
     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 -- -fno-exceptions -mcpu=cortex-m4 -mthumb -mthumb-interwork"
+    build_command_prepend: "cov-configure --comptype gcc --compiler arm-none-eabi-gcc"
     build_command: "cov-build --dir cov-int mynewt-newt/newt/newt build --executeShell bletiny_nrf52840_coverity"
     branch_pattern: "coverity_scan"

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