furst preparation travis/bintray

This commit is contained in:
Martin Rotter 2020-05-01 22:05:19 +02:00
parent 1f12f77f5f
commit 47dbf90b0c
1 changed files with 19 additions and 9 deletions

View File

@ -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