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/12/19 10:02:02 UTC

[mynewt-nffs] branch master updated (5e51a48 -> 8f17535)

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nffs.git.


    from 5e51a48  Merge pull request #12 from utzig/travis
     add 1472aaa  Add Zephyr support to CI
     new 8f17535  Merge pull request #13 from utzig/travis-updates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                          | 27 ++++++++++++++--------
 ci/{install.sh => mynewt_install.sh} |  6 +++++
 ci/{install.sh => mynewt_run.sh}     | 17 +++++---------
 ci/zephyr_install.sh                 | 33 ++++++++++++++++++++++++++
 ci/zephyr_run.sh                     | 45 ++++++++++++++++++++++++++++++++++++
 5 files changed, 108 insertions(+), 20 deletions(-)
 copy ci/{install.sh => mynewt_install.sh} (94%)
 copy ci/{install.sh => mynewt_run.sh} (74%)
 create mode 100755 ci/zephyr_install.sh
 create mode 100755 ci/zephyr_run.sh


[mynewt-nffs] 01/01: Merge pull request #13 from utzig/travis-updates

Posted by ut...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nffs.git

commit 8f17535f34d0aa285def2b477a18437af53ce51e
Merge: 5e51a48 1472aaa
Author: Fabio Utzig <ut...@utzig.org>
AuthorDate: Wed Dec 19 08:01:57 2018 -0200

    Merge pull request #13 from utzig/travis-updates
    
    Add Zephyr support to CI

 .travis.yml                         | 27 ++++++++++++++-------
 .travis.yml => ci/mynewt_install.sh | 47 ++++++++++++++-----------------------
 .travis.yml => ci/mynewt_run.sh     | 42 +++++++--------------------------
 ci/zephyr_install.sh                | 33 ++++++++++++++++++++++++++
 ci/zephyr_run.sh                    | 45 +++++++++++++++++++++++++++++++++++
 5 files changed, 122 insertions(+), 72 deletions(-)