ci: grouped output

This commit is contained in:
Ramon Roche
2024-08-09 08:34:20 -07:00
parent fa8c4ff7c9
commit 01666ae613
+2
View File
@@ -5,5 +5,7 @@
targets=$1
for target in ${targets//,/ }
do
echo "::group::Building: [${target}]"
make $target
echo "::endgroup::"
done