File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 14
14
- TNT_VERSION=2x
15
15
- TNT_VERSION=2.2
16
16
- TNT_VERSION=2.3
17
+ - TNT_VERSION=np/gh-2592-prepared-statemets-v2
17
18
18
19
stages :
19
20
- checkstyle
Original file line number Diff line number Diff line change 2
2
3
3
set -exuo pipefail # Strict shell
4
4
5
+ if [ " ${TNT_VERSION} " = " np/gh-2592-prepared-statemets-v2" ]; then
6
+ sudo apt-get update
7
+
8
+ # branch: np/gh-2592-prepared-statemets-v2
9
+ # commit: 6df993c3a6068f2d2ed7d7b289644e9a1dd2cfce
10
+ wget https://tkn.me/tmp/tarantool_2.3.0.241.g6df993c-1_amd64.deb
11
+ wget https://tkn.me/tmp/tarantool-common_2.3.0.241.g6df993c-1_all.deb
12
+
13
+ # Install dependencies and tarantool packages.
14
+ sudo apt-get -y install binutils libgomp1 libicu52 libunwind8
15
+ sudo dpkg -i tarantool* .deb
16
+ sudo apt-get -y install -f # just in case
17
+
18
+ sudo tarantoolctl stop example
19
+
20
+ exit
21
+ fi
22
+
5
23
curl http://download.tarantool.org/tarantool/${TNT_VERSION} /gpgkey | sudo apt-key add -
6
24
RELEASE=` lsb_release -c -s`
7
25
You can’t perform that action at this time.
0 commit comments