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/03 05:10:38 UTC

[incubator-nuttx-testing] branch master updated: Use testbuild -G ("git clean" instead of "make distclean")

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-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 29f2116  Use testbuild -G ("git clean" instead of "make distclean")
29f2116 is described below

commit 29f2116356451ee3430332df28b953f76da2d284
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: 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 fede256..3ddd00e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -67,4 +67,4 @@ jobs:
       with:
         run: |
           cd testing
-          ./cibuild.sh -x testlist/${{matrix.boards}}.dat
+          ./cibuild.sh -x -G testlist/${{matrix.boards}}.dat