File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 12
12
- PRODUCT=tarantool-gis
13
13
matrix :
14
14
- OS=el DIST=7
15
- - OS=fedora DIST=26
16
- - OS=fedora DIST=27
15
+ - OS=fedora DIST=28
16
+ - OS=fedora DIST=29
17
+ - OS=fedora DIST=30
17
18
- OS=ubuntu DIST=trusty
18
19
- OS=ubuntu DIST=xenial
19
- - OS=ubuntu DIST=artful
20
20
- OS=ubuntu DIST=bionic
21
21
- OS=ubuntu DIST=cosmic
22
+ - OS=ubuntu DIST=disco
22
23
- OS=debian DIST=jessie
23
24
- OS=debian DIST=stretch
25
+ - OS=debian DIST=buster
24
26
25
27
script :
26
28
- git describe --long
@@ -62,6 +64,16 @@ deploy:
62
64
on :
63
65
branch : master
64
66
condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
67
+ - provider : packagecloud
68
+ username : tarantool
69
+ repository : " 2_2"
70
+ token : ${PACKAGECLOUD_TOKEN}
71
+ dist : ${OS}/${DIST}
72
+ package_glob : build/*.{rpm,deb}
73
+ skip_cleanup : true
74
+ on :
75
+ branch : master
76
+ condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
65
77
66
78
notifications :
67
79
email :
You can’t perform that action at this time.
0 commit comments