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:
p-szafonimateusz
2026-03-02 19:37:51 +01:00
committed by Lup Yuen Lee
parent d05f9b470c
commit 9ab5781856
+1 -1
View File
@@ -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..."