aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-03-05 22:43:42 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-03-05 22:43:42 +0100
commit9d4b4ab0492c4fb2f42ee1e6940c8f85c473f2ad (patch)
tree985762e67610ea51475d6bd633f4b93483b03cad /.travis.yml
parentc5851632de06e982b7f6cd24755349f2e04617a1 (diff)
downloadpx4-firmware-9d4b4ab0492c4fb2f42ee1e6940c8f85c473f2ad.tar.gz
px4-firmware-9d4b4ab0492c4fb2f42ee1e6940c8f85c473f2ad.tar.bz2
px4-firmware-9d4b4ab0492c4fb2f42ee1e6940c8f85c473f2ad.zip
Travis: better output of built binaries
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 33e2c2350..d659bf650 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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