mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-01 02:48:05 +01:00
furst preparation travis/bintray
This commit is contained in:
parent
1f12f77f5f
commit
47dbf90b0c
28
.travis.yml
28
.travis.yml
@ -13,15 +13,25 @@ compiler:
|
||||
notifications:
|
||||
email: false
|
||||
deploy:
|
||||
provider: releases
|
||||
file_glob: true
|
||||
skip_cleanup: true
|
||||
api_key: $GH_TOKEN
|
||||
file:
|
||||
- rssguard-build/rss*.AppImage
|
||||
- rssguard-build/rss*.dmg
|
||||
on:
|
||||
tags: true
|
||||
- provider: releases
|
||||
file_glob: true
|
||||
skip_cleanup: true
|
||||
api_key: $GH_TOKEN
|
||||
file:
|
||||
- rssguard-build/rss*.AppImage
|
||||
- rssguard-build/rss*.dmg
|
||||
on:
|
||||
tags: true
|
||||
all_branches: true
|
||||
- provider: bintray
|
||||
file: .travis-bintray-desc.json
|
||||
user: martinrotter
|
||||
key: $BINTRAY_KEY
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
all_branches: true
|
||||
|
||||
git:
|
||||
submodules: false
|
||||
depth: 40
|
||||
|
Loading…
Reference in New Issue
Block a user