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/04/15 09:02:13 UTC

[incubator-nuttx-apps] branch master updated (4c151df -> e0a61da)

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

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


    from 4c151df  graphics/littlevgl: Change lvgl tarball download source to GitHub
     new 91700e4  Sync with testing repo
     new e0a61da  Rename workflows to match build.yml

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:
 .github/workflows/build.yml | 6 +++---
 .github/workflows/check.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


[incubator-nuttx-apps] 02/02: Rename workflows to match build.yml

Posted by xi...@apache.org.
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

commit e0a61da5ccb4aa7fc21140b4e690d4c34576dee7
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Apr 15 14:22:38 2020 +0900

    Rename workflows to match build.yml
---
 .github/workflows/check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 5836d9b..756360c 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -10,7 +10,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-name: PR Check CI (check)
+name: Check
 
 on:
   pull_request:


[incubator-nuttx-apps] 01/02: Sync with testing repo

Posted by xi...@apache.org.
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

commit 91700e4ce92fb20132aa3d2f67eeba83b24ea0cc
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Apr 15 14:21:52 2020 +0900

    Sync with testing repo
    
    Namely the following change:
    
    commit 2b69b0b2bb78ad50e9051ed07d096930a4f0918a
    Author: YAMAMOTO Takashi <ya...@midokura.com>
    Date:   Tue Apr 14 14:54:13 2020 +0900
    
        CI: Make job descriptions less redundant
    
        From:
            PR Check CI (build) / build-linux (arm-02) (pull_request)
        To:
            Build / Linux (arm-02) (pull_request)
---
 .github/workflows/build.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 431b143..82532fb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,13 +10,13 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-name: PR Check CI (build)
+name: Build
 
 on:
   pull_request:
 
 jobs:
-  build-linux:
+  Linux:
     runs-on: ubuntu-18.04
     env:
       DOCKER_BUILDKIT: 1
@@ -66,7 +66,7 @@ jobs:
           cd testing
           ./cibuild.sh -x -G testlist/${{matrix.boards}}.dat
 
-  build-macos:
+  macOS:
     runs-on: macos-10.15
 
     strategy: