mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-31 17:44:52 +01:00
furst preparation travis/bintray
This commit is contained in:
parent
1f12f77f5f
commit
47dbf90b0c
12
.travis.yml
12
.travis.yml
@ -13,7 +13,7 @@ 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
|
||||||
@ -22,6 +22,16 @@ deploy:
|
|||||||
- 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…
x
Reference in New Issue
Block a user