mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-20 22:28:47 +00:00
Add deploy to bintray for builds to master
This commit is contained in:
parent
f7dd8d5e81
commit
b03e7bf28f
6 changed files with 85 additions and 52 deletions
23
.travis.descriptor.json.in
Normal file
23
.travis.descriptor.json.in
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"package": {
|
||||
"name": "nightly",
|
||||
"repo": "citra",
|
||||
"subject": "citra-emu",
|
||||
"desc": "Build created on @BUILD_DATE@",
|
||||
"website_url": "www.citra-emu.org",
|
||||
"public_download_numbers": false,
|
||||
"public_stats": false
|
||||
},
|
||||
"version": {
|
||||
"name": "nightly",
|
||||
"released": "@BUILD_DATE@",
|
||||
"gpgSign": false
|
||||
},
|
||||
"files": [
|
||||
{
|
||||
"includePattern": "artifacts/(.*\\.tar.xz)",
|
||||
"uploadPattern": "$1"
|
||||
}
|
||||
],
|
||||
"publish": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue