redo build instead of upload and download

Former-commit-id: 841cdb2a429576ef2a6fb299aef2156ec56df243
This commit is contained in:
malavan 2021-06-19 07:07:28 +00:00
parent 6e5ffef0ec
commit 245086f48b

View File

@ -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