mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
Travis - deploy to bintray
This commit is contained in:
parent
613f712974
commit
8001b05ce7
4 changed files with 101 additions and 25 deletions
28
cmake/bintray_deploy.json.in
Normal file
28
cmake/bintray_deploy.json.in
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"package": {
|
||||
"name": "Cockatrice-dev",
|
||||
"repo": "Cockatrice",
|
||||
"subject": "cockatrice",
|
||||
"desc": "Cockatrice master branch automated builds",
|
||||
"website_url": "https://github.com/Cockatrice/Cockatrice",
|
||||
"issue_tracker_url": "https://github.com/Cockatrice/Cockatrice/issues",
|
||||
"vcs_url": "https://github.com/Cockatrice/Cockatrice.git",
|
||||
"github_use_tag_release_notes": true,
|
||||
"github_release_notes_file": "RELEASE.txt",
|
||||
"licenses": ["GPL-2.0"],
|
||||
"labels": ["card", "tabletop", "game"],
|
||||
"public_download_numbers": false,
|
||||
"public_stats": false
|
||||
},
|
||||
"version": {
|
||||
"name": "@PROJECT_VERSION@",
|
||||
"desc": "Unstable builds from master",
|
||||
"vcs_tag": "@GIT_COMMIT_ID@",
|
||||
"gpgSign": false
|
||||
},
|
||||
"files": [
|
||||
{ "includePattern": "build/(Cockatrice.*\\.deb)", "uploadPattern": "Ubuntu/$ENV{DIST}/$1" },
|
||||
{ "includePattern": "build/(Cockatrice.*\\.dmg)", "uploadPattern": "MacOSX/$1" }
|
||||
],
|
||||
"publish": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue