mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
CI: Remove -G from cibuild.sh command line
Use make distclean instead of git clean to do check build clean defaultly. Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
parent
7da4a34aac
commit
c98960cbf4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -170,7 +170,7 @@ jobs:
|
|||
run: |
|
||||
git -C sources/nuttx fetch --tags
|
||||
cd sources/testing
|
||||
./cibuild.sh -x -G testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -x testlist/${{matrix.boards}}.dat
|
||||
|
||||
macOS:
|
||||
runs-on: macos-10.15
|
||||
|
|
@ -211,4 +211,4 @@ jobs:
|
|||
run: |
|
||||
git -C sources/nuttx fetch --tags
|
||||
cd sources/testing
|
||||
./cibuild.sh -i -x -G testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -i -x testlist/${{matrix.boards}}.dat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue