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:
|
build:
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- git submodule init && git submodule update
|
- git submodule init && git submodule update
|
||||||
@ -6,6 +8,8 @@ build:
|
|||||||
- make -j
|
- make -j
|
||||||
|
|
||||||
make-test:
|
make-test:
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- git submodule init && git submodule update
|
- git submodule init && git submodule update
|
||||||
@ -14,6 +18,8 @@ make-test:
|
|||||||
- make test -j
|
- make test -j
|
||||||
|
|
||||||
node-redis-test:
|
node-redis-test:
|
||||||
|
tags:
|
||||||
|
- shell
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- git submodule init && git submodule update
|
- git submodule init && git submodule update
|
||||||
@ -26,13 +32,14 @@ node-redis-test:
|
|||||||
- npm run test
|
- npm run test
|
||||||
|
|
||||||
jedis-test:
|
jedis-test:
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- git submodule init && git submodule update
|
- git submodule init && git submodule update
|
||||||
- make distclean
|
- make distclean
|
||||||
- make -j
|
- make -j
|
||||||
- make install
|
- make install
|
||||||
- pkill stunnel || true
|
|
||||||
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.eqalpha.com/keydb-dev/jedis.git
|
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.eqalpha.com/keydb-dev/jedis.git
|
||||||
- cd jedis
|
- cd jedis
|
||||||
- mkdir tmp
|
- mkdir tmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user