forked from HaxeFoundation/haxe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bintray.tpl.json
27 lines (25 loc) · 972 Bytes
/
bintray.tpl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"package": {
"name": "haxe",
"repo": "snapshot",
"subject": "::packageSubject::"
},
"version": {
"name": "::versionName::",
"desc": "::versionDesc::",
"released": "::gitDate::",
"attributes": [
{"name": "repo", "values" : ["::gitRepo::"], "type": "string"},
{"name": "branch", "values" : ["::gitBranch::"], "type": "string"},
{"name": "commit", "values" : ["::gitCommit::"], "type": "string"}
],
"gpgSign": false
},
"files":
[
{"includePattern": "out/(.*)_src\\.(.*)", "uploadPattern": "::os::/::gitBranch::/haxe_::versionName::_src.$2"},
{"includePattern": "out/(.*)_bin\\.(.*)", "uploadPattern": "::os::/::gitBranch::/haxe_::versionName::_bin.$2"},
{"includePattern": "out/(.*)_doc\\.(.*)", "uploadPattern": "::os::/::gitBranch::/haxe_::versionName::_doc.$2"}
],
"publish": true
}