mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
ci: grouped output
This commit is contained in:
parent
fa8c4ff7c9
commit
01666ae613
@ -5,5 +5,7 @@
|
||||
targets=$1
|
||||
for target in ${targets//,/ }
|
||||
do
|
||||
echo "::group::Building: [${target}]"
|
||||
make $target
|
||||
echo "::endgroup::"
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user