File tree Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Original file line number Diff line number Diff line change 1010 - TARGET=test
1111 - OS=el DIST=6
1212 - OS=el DIST=7
13- - OS=fedora DIST=24
14- - OS=fedora DIST=25
15- - OS=ubuntu DIST=precise
13+ - OS=fedora DIST=28
14+ - OS=fedora DIST=29
1615 - OS=ubuntu DIST=trusty
1716 - OS=ubuntu DIST=xenial
18- - OS=debian DIST=wheezy
17+ - OS=ubuntu DIST=bionic
18+ - OS=ubuntu DIST=disco
1919 - OS=debian DIST=jessie
2020 - OS=debian DIST=stretch
21-
22- matrix :
23- allow_failures :
24- # - env: OS=el DIST=6
25- # - env: OS=el DIST=7
26- # - env: OS=fedora DIST=24
27- # - env: OS=fedora DIST=25
28- # - env: OS=ubuntu DIST=precise
29- # - env: OS=ubuntu DIST=trusty
30- # - env: OS=ubuntu DIST=xenial
31- # - env: OS=ubuntu DIST=yakkety
32- # - env: OS=debian DIST=wheezy
33- # - env: OS=debian DIST=jessie
34- # - env: OS=debian DIST=stretch
21+ - OS=debian DIST=buster
3522
3623script :
3724 - git describe --long
@@ -100,6 +87,16 @@ deploy:
10087 on :
10188 branch : master
10289 condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
90+ - provider : packagecloud
91+ username : tarantool
92+ repository : " 2_2"
93+ token : ${PACKAGECLOUD_TOKEN}
94+ dist : ${OS}/${DIST}
95+ package_glob : build/*.{rpm,deb}
96+ skip_cleanup : true
97+ on :
98+ branch : master
99+ condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
103100
104101notifications :
105102 email :
You can’t perform that action at this time.
0 commit comments