Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Oct 15, 2024
1 parent d2ba1cb commit d52cbf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ jobs:
git config --global --add safe.directory /github/workspace/sources/apps
# Validate the defconfig files
pushd sources/nuttx
cp -r sources/nuttx sources/nuttx-validate
pushd sources/nuttx-validate
testfile=tools/ci/testlist/${{matrix.boards}}.dat
echo Validating targets in $testfile
testlist=`grep -v -E "^(-|#)|^[C|c][M|m][A|a][K|k][E|e]" $testfile || true`
Expand All @@ -203,8 +204,8 @@ jobs:
done
fi
done
make distclean || true
popd
rm -rf sources/nuttx-validate
# Quit if the defconfig validation failed
if [[ "$fail" == "1" ]]; then
Expand Down

0 comments on commit d52cbf5

Please sign in to comment.