mirror of https://github.com/ArduPilot/ardupilot
autotest: log versions of trees in build log
This commit is contained in:
parent
7536e0759d
commit
b992423f4d
|
@ -85,22 +85,28 @@ rsync -a APM/Tools/autotest/web-firmware/ buildlogs/binaries/
|
|||
pushd PX4Firmware
|
||||
git fetch origin
|
||||
git reset --hard origin/master
|
||||
git show
|
||||
popd
|
||||
|
||||
pushd PX4NuttX
|
||||
git fetch origin
|
||||
git reset --hard origin/master
|
||||
git show
|
||||
popd
|
||||
|
||||
echo "Updating pymavlink"
|
||||
pushd mavlink/pymavlink
|
||||
git pr
|
||||
git fetch origin
|
||||
git reset --hard origin/master
|
||||
git show
|
||||
python setup.py build install --user
|
||||
popd
|
||||
|
||||
echo "Updating MAVProxy"
|
||||
pushd MAVProxy
|
||||
git pr
|
||||
git fetch origin
|
||||
git reset --hard origin/master
|
||||
git show
|
||||
python setup.py build install --user
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in New Issue