ci: grouped output

This commit is contained in:
Ramon Roche 2024-08-09 08:34:20 -07:00
parent fa8c4ff7c9
commit 01666ae613
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -5,5 +5,7 @@
targets=$1
for target in ${targets//,/ }
do
echo "::group::Building: [${target}]"
make $target
echo "::endgroup::"
done