]> git.sur5r.net Git - i3/i3/blob - travis/bintray-autobuild-debian.json
travis: only enable asan workaround for clang (breaks gcc)
[i3/i3] / travis / bintray-autobuild-debian.json
1 {
2    "package": {
3         "name": "i3-wm",
4         "repo": "i3-autobuild",
5         "subject": "i3"
6     },
7
8     "version": {
9         "name": "%version%",
10         "desc": "TODO",
11         "gpgSign": false
12     },
13
14     "files": [
15         {
16             "includePattern": "deb/debian-amd64/(.*\\.deb)$",
17             "matrixParams": {
18                 "deb_distribution": "sid",
19                 "deb_component": "main",
20                 "deb_architecture": "amd64"
21             },
22             "uploadPattern": "$1"
23         },
24         {
25             "includePattern": "deb/debian-i386/(.*\\.deb)$",
26             "matrixParams": {
27                 "deb_distribution": "sid",
28                 "deb_component": "main",
29                 "deb_architecture": "i386"
30             },
31             "uploadPattern": "$1"
32         }
33     ],
34
35     "publish": true
36 }