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

commit 1007040ca5b59e5ca36defe37fcf17eda25e6997
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
ut...@apache.org.

Reply via email to