Skip to content

Commit

Permalink
try grouping 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jul 13, 2024
1 parent 08d9a94 commit ac133d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,12 @@ bld() {

_BLDDIR+='-bld'

echo "::group::${_CPU} ${pkgori}"

${my_time} "./${pkg}.sh" "$1" "${pkgori}"

echo '::endgroup::'

if [ "${CW_DEV_MOVEAWAY:-}" = '1' ] && [ "${pkg}" != "${pkgori}" ]; then
mv -n "${pkgori}" "${pkg}"
fi
Expand Down

0 comments on commit ac133d0

Please sign in to comment.