You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/05/01 20:50:46 UTC

[incubator-nuttx-testing] 25/41: Use testbuild -G ("git clean" instead of "make distclean")

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

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

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