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:14 UTC

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

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: