autotest: copy latest firmware html on each run

This commit is contained in:
Andrew Tridgell 2013-03-23 16:19:23 +11:00
parent 526418dd90
commit 94463fd91e

View File

@ -79,6 +79,8 @@ git tag autotest-$(date '+%Y-%m-%d-%H%M%S') -m "test tag `date`"
cp ../config.mk .
popd
rsync -a APM/Tools/autotest/web-firmware/ buildlogs/binaries/
pushd px4/PX4Firmware
git fetch origin
git reset --hard origin/master