redo build instead of upload and download
Former-commit-id: 841cdb2a429576ef2a6fb299aef2156ec56df243
This commit is contained in:
parent
6e5ffef0ec
commit
245086f48b
@ -4,18 +4,21 @@ build:
|
|||||||
- git submodule init && git submodule update
|
- git submodule init && git submodule update
|
||||||
- make distclean
|
- make distclean
|
||||||
- make -j
|
- make -j
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- ./
|
|
||||||
|
|
||||||
make-test:
|
make-test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- git submodule init && git submodule update
|
||||||
|
- make distclean
|
||||||
|
- make -j
|
||||||
- make test -j
|
- make test -j
|
||||||
|
|
||||||
node-redis-test:
|
node-redis-test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- git submodule init && git submodule update
|
||||||
|
- make distclean
|
||||||
|
- make -j
|
||||||
- make install
|
- make install
|
||||||
- mkdir node-redis-test
|
- mkdir node-redis-test
|
||||||
- cd node-redis-test
|
- cd node-redis-test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user