mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 06:49:24 -05:00
Make release and post on S3.
This commit is contained in:
parent
57ec7aac41
commit
a06ee31566
@ -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" ":")
|
||||
|
Loading…
Reference in New Issue
Block a user