mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Fix testbuild.sh to actually fail when using -x. Leave -x out for CI
so that we detect all possible build errors for a job.
This commit is contained in:
@@ -161,7 +161,7 @@ jobs:
|
||||
export CCACHE_DIR=`pwd`/ccache
|
||||
mkdir $CCACHE_DIR
|
||||
cd sources/testing
|
||||
./cibuild.sh -c -x testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -c testlist/${{matrix.boards}}.dat
|
||||
ccache -s
|
||||
|
||||
macOS:
|
||||
@@ -195,5 +195,5 @@ jobs:
|
||||
export CCACHE_DIR=`pwd`/ccache
|
||||
mkdir $CCACHE_DIR
|
||||
cd sources/testing
|
||||
./cibuild.sh -i -c -x testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -i -c testlist/${{matrix.boards}}.dat
|
||||
ccache -s
|
||||
|
||||
Reference in New Issue
Block a user