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
|
- git submodule update --init --recursive
|
||||||
- cmake .
|
- cmake .
|
||||||
- make -j$(nproc)
|
- make -j$(nproc)
|
||||||
cache:
|
artifacts:
|
||||||
paths:
|
untracked: true
|
||||||
- libraries/
|
|
||||||
- programs/
|
|
||||||
- test/
|
|
||||||
tags:
|
tags:
|
||||||
- builder
|
- builder
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
dependencies:
|
||||||
|
- build
|
||||||
script:
|
script:
|
||||||
- ./tests/betting_test
|
- ./tests/betting_test
|
||||||
- ./tests/chain_test
|
- ./tests/chain_test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue