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 <yamam...@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