add tags hopefully no need to kill stunnel
Former-commit-id: 6b49258ba88874075e18e71911f472bc95595c5a
This commit is contained in:
parent
f151ba91b0
commit
154baae2ad
@ -1,4 +1,6 @@
|
||||
build:
|
||||
tags:
|
||||
- docker
|
||||
stage: build
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
@ -6,6 +8,8 @@ build:
|
||||
- make -j
|
||||
|
||||
make-test:
|
||||
tags:
|
||||
- docker
|
||||
stage: test
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
@ -14,6 +18,8 @@ make-test:
|
||||
- make test -j
|
||||
|
||||
node-redis-test:
|
||||
tags:
|
||||
- shell
|
||||
stage: test
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
@ -26,13 +32,14 @@ node-redis-test:
|
||||
- npm run test
|
||||
|
||||
jedis-test:
|
||||
tags:
|
||||
- docker
|
||||
stage: test
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
- make distclean
|
||||
- make -j
|
||||
- make install
|
||||
- pkill stunnel || true
|
||||
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.eqalpha.com/keydb-dev/jedis.git
|
||||
- cd jedis
|
||||
- mkdir tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user