You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/04/09 05:09:12 UTC

[incubator-nuttx-apps] branch master updated: CI: sync with testing repo

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

btashton 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 6e96e54  CI: sync with testing repo
6e96e54 is described below

commit 6e96e54b6bc90e4873e84bc6ab063b3ba464d3ac
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Thu Apr 9 13:42:04 2020 +0900

    CI: sync with testing repo
    
    Namely the following commit:
    
        commit 29f2116356451ee3430332df28b953f76da2d284
        Author: YAMAMOTO Takashi <ya...@midokura.com>
        Date:   Fri Apr 3 13:56:42 2020 +0900
    
            Use testbuild -G ("git clean" instead of "make distclean")
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d1572dd..cf37b70 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -64,4 +64,4 @@ jobs:
       with:
         run: |
           cd testing
-          ./cibuild.sh -x testlist/${{matrix.boards}}.dat
+          ./cibuild.sh -x -G testlist/${{matrix.boards}}.dat