add jedis-test

Former-commit-id: 964e0313169f3d942d9ea6d7c4af181a20f9c663
This commit is contained in:
malavan 2021-06-24 13:34:08 +00:00
parent 245086f48b
commit 2b3947b15f

View File

@ -20,11 +20,18 @@ node-redis-test:
- make distclean - make distclean
- make -j - make -j
- make install - make install
- mkdir node-redis-test
- cd node-redis-test
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.eqalpha.com/keydb-dev/node-redis.git - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.eqalpha.com/keydb-dev/node-redis.git
- cd node-redis - cd node-redis
- npm install - npm install
- npm run test - npm run test
- cd ../..
- rm -rf node-redis-test jedis-test:
stage: test
script:
- git submodule init && git submodule update
- make distclean
- make -j
- make install
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.eqalpha.com/keydb-dev/jedis.git
- cd jedis
- make test