File tree Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Original file line number Diff line number Diff line change 1212 global :
1313 - PRODUCT=tarantool-queue
1414 matrix :
15- - TARGET=test VERSION=1_7
16- - TARGET=test VERSION=1_9
1715 - TARGET=test VERSION=1_10
1816 - TARGET=test VERSION=2x
1917 - TARGET=test VERSION=2_2
2018 - OS=el DIST=6
2119 - OS=el DIST=7
22- - OS=fedora DIST=26
23- - OS=fedora DIST=27
2420 - OS=fedora DIST=28
2521 - OS=fedora DIST=29
22+ - OS=fedora DIST=30
2623 - OS=ubuntu DIST=trusty
2724 - OS=ubuntu DIST=xenial
2825 - OS=ubuntu DIST=bionic
2926 - OS=ubuntu DIST=cosmic
27+ - OS=ubuntu DIST=disco
3028 - OS=debian DIST=jessie
3129 - OS=debian DIST=stretch
30+ - OS=debian DIST=buster
3231
3332script :
3433 - git describe --long
@@ -44,26 +43,6 @@ before_deploy:
4443 - ls -l build/
4544
4645deploy :
47- - provider : packagecloud
48- username : tarantool
49- repository : " 1_7"
50- token : ${PACKAGECLOUD_TOKEN}
51- dist : ${OS}/${DIST}
52- package_glob : build/*.{rpm,deb}
53- skip_cleanup : true
54- on :
55- branch : master
56- condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
57- - provider : packagecloud
58- username : tarantool
59- repository : " 1_9"
60- token : ${PACKAGECLOUD_TOKEN}
61- dist : ${OS}/${DIST}
62- package_glob : build/*.{rpm,deb}
63- skip_cleanup : true
64- on :
65- branch : master
66- condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
6746 - provider : packagecloud
6847 username : tarantool
6948 repository : " 1_10"
You can’t perform that action at this time.
0 commit comments