Changed using cache to artifacts in CI

This commit is contained in:
Roshan Syed 2019-09-05 15:50:56 -03:00
parent dfb9fc3953
commit 8afcb82774

View file

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