add src/ as an artifact

Former-commit-id: 315bd739a9db97c4e680212dfd31580828c3fcc6
This commit is contained in:
malavan 2021-06-18 15:32:58 +00:00
parent 2f184712ab
commit 954dfe46a1

View File

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