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
|
||||
- make distclean
|
||||
- make -j
|
||||
artifacts:
|
||||
paths:
|
||||
- ./
|
||||
|
||||
make-test:
|
||||
stage: test
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
- make distclean
|
||||
- make -j
|
||||
- make test -j
|
||||
|
||||
node-redis-test:
|
||||
stage: test
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
- make distclean
|
||||
- make -j
|
||||
- make install
|
||||
- mkdir node-redis-test
|
||||
- cd node-redis-test
|
||||
|
Loading…
x
Reference in New Issue
Block a user