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 872327f  Full gcc path in cov-configure
872327f is described below

commit 872327fd8ab212cc3309e4dd84ab2b6484339ee6
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu May 17 18:18:48 2018 -0300

    Full gcc path in cov-configure
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 265ff26..7a3fc44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,6 @@ 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 
/usr/bin/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
ut...@apache.org.

Reply via email to