Make release and post on S3.

This commit is contained in:
Jared Boone 2015-09-01 14:36:30 -07:00
parent 57ec7aac41
commit a06ee31566

View File

@ -13,4 +13,11 @@ before_script:
script:
- cd firmware/
- make
- make release
addons:
artifacts:
s3_region: "us-west-1"
paths:
- $(ls firmware/portapack-h1-firmware-*.tar.bz2 | tr "\n" ":")
- $(ls firmware/portapack-h1-firmware-*.zip | tr "\n" ":")