|
12 | 12 | - PRODUCT=tarantool-mqtt |
13 | 13 | matrix: |
14 | 14 | - OS=el DIST=7 |
| 15 | + - OS=el DIST=8 |
15 | 16 | - OS=fedora DIST=28 |
16 | 17 | - OS=fedora DIST=29 |
17 | 18 | - OS=fedora DIST=30 |
| 19 | + - OS=fedora DIST=31 |
18 | 20 | - OS=ubuntu DIST=xenial |
19 | 21 | - OS=ubuntu DIST=bionic |
20 | | - - OS=ubuntu DIST=cosmic |
21 | | - - OS=ubuntu DIST=disco |
| 22 | + - OS=ubuntu DIST=eoan |
| 23 | + - OS=ubuntu DIST=focal |
22 | 24 | - OS=debian DIST=jessie |
23 | 25 | - OS=debian DIST=stretch |
24 | 26 | - OS=debian DIST=buster |
@@ -73,6 +75,26 @@ deploy: |
73 | 75 | on: |
74 | 76 | branch: master |
75 | 77 | condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" |
| 78 | + - provider: packagecloud |
| 79 | + username: tarantool |
| 80 | + repository: "2_3" |
| 81 | + token: ${PACKAGECLOUD_TOKEN} |
| 82 | + dist: ${OS}/${DIST} |
| 83 | + package_glob: build/*.{rpm,deb,dsc} |
| 84 | + skip_cleanup: true |
| 85 | + on: |
| 86 | + branch: master |
| 87 | + condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" |
| 88 | + - provider: packagecloud |
| 89 | + username: tarantool |
| 90 | + repository: "2_4" |
| 91 | + token: ${PACKAGECLOUD_TOKEN} |
| 92 | + dist: ${OS}/${DIST} |
| 93 | + package_glob: build/*.{rpm,deb,dsc} |
| 94 | + skip_cleanup: true |
| 95 | + on: |
| 96 | + branch: master |
| 97 | + condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" |
76 | 98 | # Deploy packages to PackageCloud from tags |
77 | 99 | # see: |
78 | 100 | # * https://github.com/tarantool/tarantool/issues/3745 |
@@ -117,6 +139,26 @@ deploy: |
117 | 139 | on: |
118 | 140 | tags: true |
119 | 141 | condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" |
| 142 | + - provider: packagecloud |
| 143 | + username: tarantool |
| 144 | + repository: "2_3" |
| 145 | + token: ${PACKAGECLOUD_TOKEN} |
| 146 | + dist: ${OS}/${DIST} |
| 147 | + package_glob: build/*.{rpm,deb,dsc} |
| 148 | + skip_cleanup: true |
| 149 | + on: |
| 150 | + tags: true |
| 151 | + condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" |
| 152 | + - provider: packagecloud |
| 153 | + username: tarantool |
| 154 | + repository: "2_4" |
| 155 | + token: ${PACKAGECLOUD_TOKEN} |
| 156 | + dist: ${OS}/${DIST} |
| 157 | + package_glob: build/*.{rpm,deb,dsc} |
| 158 | + skip_cleanup: true |
| 159 | + on: |
| 160 | + tags: true |
| 161 | + condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" |
120 | 162 |
|
121 | 163 | notifications: |
122 | 164 | email: |
|
0 commit comments