File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
tarantool-version : ' 2.11'
26
26
27
- - name : Install sdk
28
- run : make sdk
29
-
30
27
- name : Install rocks
31
28
shell : bash
32
- run : source sdk/env.sh && make .rocks
29
+ run : make .rocks
33
30
34
31
- name : Run tests
35
32
run : make test
Original file line number Diff line number Diff line change @@ -2,18 +2,11 @@ version := scm-1
2
2
3
3
.PHONY : all doc test schema install
4
4
5
- ARCHIVE_NAME =tarantool-enterprise-sdk-gc64-2.11.7-0-r691.linux.x86_64.tar.gz
6
5
COMMIT_TAG = $(shell git describe)
7
6
8
7
all : doc
9
8
mkdir -p doc
10
9
11
- sdk : Makefile
12
- wget https://tarantool:$(DOWNLOAD_TOKEN ) @download.tarantool.io/enterprise/release/linux/x86_64/2.11/${ARCHIVE_NAME}
13
- tar -xzf ${ARCHIVE_NAME}
14
- rm ${ARCHIVE_NAME}
15
- mv tarantool-enterprise sdk
16
-
17
10
.rocks : migrations-scm-1.rockspec
18
11
$(shell ) ./deps.sh
19
12
22
15
23
16
test : lint
24
17
rm -f luacov*
25
- .rocks/bin/luatest --verbose --shuffle all --coverage
18
+ .rocks/bin/luatest --verbose
26
19
.rocks/bin/luacov . && grep -A999 ' ^Summary' tmp/luacov.report.out
27
20
28
21
push-scm-1 :
You can’t perform that action at this time.
0 commit comments