mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +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
|
mkdir $CCACHE_DIR
|
||||||
export ARTIFACTDIR=`pwd`/buildartifacts
|
export ARTIFACTDIR=`pwd`/buildartifacts
|
||||||
cd sources/nuttx/tools/ci
|
cd sources/nuttx/tools/ci
|
||||||
./cibuild.sh -A -c testlist/${{matrix.boards}}.dat
|
./cibuild.sh -A -R -c testlist/${{matrix.boards}}.dat
|
||||||
ccache -s
|
ccache -s
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
@@ -190,7 +190,7 @@ jobs:
|
|||||||
mkdir $CCACHE_DIR
|
mkdir $CCACHE_DIR
|
||||||
export ARTIFACTDIR=`pwd`/buildartifacts
|
export ARTIFACTDIR=`pwd`/buildartifacts
|
||||||
cd sources/nuttx/tools/ci
|
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
|
ccache -s
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user