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 uninstall
|
||||
- make install
|
||||
artifacts:
|
||||
paths:
|
||||
- src/
|
||||
|
||||
make-test:
|
||||
stage: make test
|
||||
needs: ["build"]
|
||||
stage: test
|
||||
script:
|
||||
- make test
|
||||
|
||||
node-redis-test:
|
||||
stage: node redis test
|
||||
needs: ["make-test"]
|
||||
stage: test
|
||||
script:
|
||||
- mkdir node-redis-test
|
||||
- cd node-redis-test
|
||||
|
Loading…
x
Reference in New Issue
Block a user