Makefile: Publish DFU binaries with the daily build. (#549)

Fixes #548.
This commit is contained in:
Uwe Bonnes 2019-10-28 15:58:48 +01:00 committed by UweBonnes
parent 76f9a6ad42
commit 04d9749f25
1 changed files with 5 additions and 0 deletions

View File

@ -121,6 +121,11 @@ all_platforms:
echo "<li><a href='blackmagic-$$PROBE_HOST.bin'>$$PROBE_HOST</a></li>"\
>> artifacts/index.html ;\
fi ;\
if [ -f blackmagic_dfu.bin ]; then \
mv blackmagic_dfu.bin artifacts/blackmagic_dfu-$$PROBE_HOST.bin ;\
echo "<li><a href='blackmagic_dfu-$$PROBE_HOST.bin'>$$PROBE_HOST DFU</a></li>"\
>> artifacts/index.html ;\
fi ;\
done ;\
echo "</ul></body></html>" >> artifacts/index.html ;\
cp artifacts/*.bin artifacts/$(shell git describe --always)