mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
CI: allow ntfc tests for cmake builds
allow ntfc tests for cmake builds Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
committed by
Lup Yuen Lee
parent
d05f9b470c
commit
9ab5781856
+1
-1
@@ -491,7 +491,7 @@ function refresh {
|
||||
}
|
||||
|
||||
function run {
|
||||
if [ ${RUN} -ne 0 ] && [ -z ${cmake} ]; then
|
||||
if [ ${RUN} -ne 0 ]; then
|
||||
run_script="$path/run.sh"
|
||||
if [ -x $run_script ]; then
|
||||
echo " Running NuttX..."
|
||||
|
||||
Reference in New Issue
Block a user