Set outputs to use bin dir

This commit is contained in:
2019-12-04 21:51:20 +00:00
parent 892994331a
commit 5430222e26
4 changed files with 25 additions and 3 deletions

View File

@@ -18,11 +18,11 @@ job_build:
name: SDB Linux
expire_in: 1 week
paths:
- src/SDB
- bin/SDB
job_test:
stage: test
script:
- cmake .
- make check_SDB
- ./tests/check_SDB
- ./bin/check_SDB