mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
.github/workflows/build.yml: Enable the "run" step in testbuild.sh
This commit is contained in:
committed by
Xiang Xiao
parent
3987d39be1
commit
2d6774536e
@@ -150,7 +150,7 @@ jobs:
|
||||
mkdir $CCACHE_DIR
|
||||
export ARTIFACTDIR=`pwd`/buildartifacts
|
||||
cd sources/nuttx/tools/ci
|
||||
./cibuild.sh -A -c testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -A -R -c testlist/${{matrix.boards}}.dat
|
||||
ccache -s
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
@@ -190,7 +190,7 @@ jobs:
|
||||
mkdir $CCACHE_DIR
|
||||
export ARTIFACTDIR=`pwd`/buildartifacts
|
||||
cd sources/nuttx/tools/ci
|
||||
./cibuild.sh -i -A -c testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -i -A -R -c testlist/${{matrix.boards}}.dat
|
||||
ccache -s
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user