File tree 2 files changed +17
-4
lines changed 2 files changed +17
-4
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 :
Original file line number Diff line number Diff line change 3
3
# Configure tzdata in non-interactive way to avoid stuck on waiting user input
4
4
# during dependencies installation.
5
5
release=$( lsb_release -c -s)
6
- if [ " ${release} " = " bionic" ] || [ " ${release} " = " cosmic" ]; then
6
+ if [ " ${release} " = " bionic" ] || [ " ${release} " = " cosmic" ] || \
7
+ [ " ${release} " = " disco" ]; then
7
8
# Update packages list to overcome 404 Not found error at
8
9
# downloading tzdata package.
9
10
sudo apt-get update > /dev/null
You can’t perform that action at this time.
0 commit comments