mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-19 12:22:47 +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:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
- provider: releases
|
||||||
file_glob: true
|
file_glob: true
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
api_key: $GH_TOKEN
|
api_key: $GH_TOKEN
|
||||||
file:
|
file:
|
||||||
- rssguard-build/rss*.AppImage
|
- rssguard-build/rss*.AppImage
|
||||||
- rssguard-build/rss*.dmg
|
- rssguard-build/rss*.dmg
|
||||||
on:
|
on:
|
||||||
tags: true
|
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:
|
git:
|
||||||
submodules: false
|
submodules: false
|
||||||
depth: 40
|
depth: 40
|
||||||
|
Loading…
Reference in New Issue
Block a user