Add deploy to bintray for builds to master

This commit is contained in:
James Rowe
2016-11-19 13:11:49 -07:00
parent f7dd8d5e81
commit b03e7bf28f
6 changed files with 85 additions and 52 deletions

View 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
}