Skip to content

Commit

Permalink
tools script
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Nov 25, 2024
1 parent 2158573 commit f2a47bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,14 @@ function run_autotest() {
NAME="$1"
BVEHICLE="$2"
RVEHICLE="$3"

if [ "$CI" = "true" ]; then
echo "::group::cpuinfo"
fi
# report on what cpu's we have for later log review if needed
cat /proc/cpuinfo
if [ "$CI" = "true" ]; then
echo "::endgroup::"
fi

install_mavproxy
install_pymavlink
Expand Down

0 comments on commit f2a47bf

Please sign in to comment.