Added cache to CI

This commit is contained in:
Roshan Syed 2019-09-05 14:07:45 -03:00
parent 33cb1330fe
commit 7d8f213867

View file

@ -16,5 +16,11 @@ test:
script:
- ./tests/betting_test
- ./tests/chain_test
cache:
key: $CI_COMMIT_REF_NAME
paths:
- libraries/
- programs/
- test/
tags:
- builder