This is an automated email from the ASF dual-hosted git repository.
janc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git
from a350469 cmd/os_mgmt: remove VLA usage in datetime command
new 5b3fd8e samples: Fix samples build dependencies
new 0a9eeef ci: Add basic Github Actions workflow
The 2 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:
repository.yml => .github/project.yml | 30 ++++++++++------
.github/workflows/build_cc_target.yml | 67 +++++++++++++++++++++++++++++++++++
.github/workflows/newt_test_all.yml | 62 ++++++++++++++++++++++++++++++++
samples/omp_svr/mynewt/pkg.yml | 1 -
samples/smp_svr/mynewt/pkg.yml | 1 -
5 files changed, 149 insertions(+), 12 deletions(-)
copy repository.yml => .github/project.yml (62%)
create mode 100644 .github/workflows/build_cc_target.yml
create mode 100644 .github/workflows/newt_test_all.yml