Travis: better output of built binaries

This commit is contained in:
Lorenz Meier 2015-03-05 22:43:42 +01:00
parent c5851632de
commit 9d4b4ab049
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ after_script:
# upload top level index.html and timestamp.html
- ./CI-Tools/s3cmd-put CI-Tools/index.html index.html
- ./CI-Tools/s3cmd-put CI-Tools/timestamp.html timestamp.html
- echo ""
- echo "Binaries have been posted to:"
- echo https://px4-travis.s3.amazonaws.com/archives/Firmware/$TRAVIS_BRANCH/$TRAVIS_BUILD_ID/Firmware.zip
deploy:
provider: releases