You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/07/19 14:30:08 UTC

[incubator-nuttx-apps] branch master updated: Update boards matrix to add AVR builds.

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

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new a01be75  Update boards matrix to add AVR builds.
a01be75 is described below

commit a01be75a44e07d5782ee83dc03ffd81cf22d343d
Author: Ouss4 <ab...@gmail.com>
AuthorDate: Sun Jul 19 15:34:23 2020 +0100

    Update boards matrix to add AVR builds.
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1b4ccee..15713d0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -125,7 +125,7 @@ jobs:
 
     strategy:
       matrix:
-        boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, mips-riscv-x86-xtensa, sim]
+        boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, avr-mips-riscv-x86-xtensa, sim]
 
     steps:
       - name: Fetch Cached Source
@@ -187,7 +187,7 @@ jobs:
     needs: Fetch-Source
     strategy:
       matrix:
-        boards: [arm-12, mips-riscv-x86-xtensa, sim]
+        boards: [arm-12, avr-mips-riscv-x86-xtensa, sim]
     steps:
       - name: Fetch Cached Source
         id: cache-source