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:20:24 UTC

[mynewt-core] branch coverity_scan updated: Install mynewt-nimble

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 5119bd6  Install mynewt-nimble
5119bd6 is described below

commit 5119bd6dd2dbf6065c03b41e7c4879b46e0bcf85
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu May 10 09:22:06 2018 -0300

    Install mynewt-nimble
---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 0309418..26966cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,13 @@ before_install:
   - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
   - git clone https://github.com/apache/mynewt-newt
   - cd mynewt-newt && ./build.sh && cd ..
+  - echo ""                                 >> project.yml
+  - echo "repository.apache-mynewt-nimble:" >> project.yml
+  - echo "    type: github"                 >> project.yml
+  - echo "    vers: 0-dev"                  >> project.yml
+  - echo "    user: apache"                 >> project.yml
+  - echo "    repo: mynewt-nimble"          >> project.yml
+  - mynewt-newt/newt/newt install -v
   - mynewt-newt/newt/newt target create bletiny_nrf52840_coverity
   - mynewt-newt/newt/newt target set bletiny_nrf52840_coverity app=@apache-mynewt-core/apps/bletiny
   - mynewt-newt/newt/newt target set bletiny_nrf52840_coverity bsp=@apache-mynewt-core/hw/bsp/nrf52840pdk

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