Skip to content

Commit

Permalink
show all log
Browse files Browse the repository at this point in the history
Signed-off-by: jcleng <[email protected]>
  • Loading branch information
jcleng committed Jan 16, 2023
1 parent d80a519 commit af5e0b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
find ./ -name *gcc
make download -j8
rm -rf build.log
make -j$(expr $(nproc) + 12) V=99 2>&1 | tee build.log | grep -i error
# | grep -i error
make -j$(expr $(nproc) + 12) V=99 2>&1 | tee build.log
cp build.log ./bin
grep '^CONFIG_TARGET.*DEVICE.*=y' .config | sed -r 's/.*DEVICE_(.*)=y/\1/' > DEVICE_NAME
[ -s DEVICE_NAME ] && echo "DEVICE_NAME=_$(cat DEVICE_NAME)" >> $GITHUB_ENV
Expand Down

0 comments on commit af5e0b3

Please sign in to comment.