mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 00:57:11 -04:00
Make release and post on S3.
This commit is contained in:
parent
57ec7aac41
commit
a06ee31566
1 changed files with 8 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue