Changed using cache to artifacts in CI
This commit is contained in:
parent
dfb9fc3953
commit
8afcb82774
1 changed files with 4 additions and 5 deletions
|
|
@ -8,16 +8,15 @@ build:
|
|||
- git submodule update --init --recursive
|
||||
- cmake .
|
||||
- make -j$(nproc)
|
||||
cache:
|
||||
paths:
|
||||
- libraries/
|
||||
- programs/
|
||||
- test/
|
||||
artifacts:
|
||||
untracked: true
|
||||
tags:
|
||||
- builder
|
||||
|
||||
test:
|
||||
stage: test
|
||||
dependencies:
|
||||
- build
|
||||
script:
|
||||
- ./tests/betting_test
|
||||
- ./tests/chain_test
|
||||
|
|
|
|||
Loading…
Reference in a new issue