try to maintain combined files between jobs
Former-commit-id: acf5161c353ddcbbdfc45b4e85ae978bb442e507
This commit is contained in:
parent
e8a4318138
commit
70f215f69d
@ -4,8 +4,9 @@ build:
|
||||
- git submodule init && git submodule update
|
||||
- make distclean
|
||||
- make -j
|
||||
- make uninstall
|
||||
- make install
|
||||
artifacts:
|
||||
paths:
|
||||
- src/
|
||||
|
||||
make-test:
|
||||
stage: test
|
||||
@ -15,6 +16,7 @@ make-test:
|
||||
node-redis-test:
|
||||
stage: test
|
||||
script:
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user