add src/ as an artifact
Former-commit-id: 315bd739a9db97c4e680212dfd31580828c3fcc6
This commit is contained in:
parent
2f184712ab
commit
954dfe46a1
@ -6,14 +6,19 @@ build:
|
|||||||
- make -j
|
- make -j
|
||||||
- make uninstall
|
- make uninstall
|
||||||
- make install
|
- make install
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- src/
|
||||||
|
|
||||||
make-test:
|
make-test:
|
||||||
stage: make test
|
needs: ["build"]
|
||||||
|
stage: test
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
node-redis-test:
|
node-redis-test:
|
||||||
stage: node redis test
|
needs: ["make-test"]
|
||||||
|
stage: test
|
||||||
script:
|
script:
|
||||||
- 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