Skip to content

Commit

Permalink
Not ready to merge yet
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Oct 15, 2024
1 parent 4cba0f0 commit d848e54
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 @@ -183,7 +183,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 @@ -201,8 +202,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 d848e54

Please sign in to comment.