Browse Source
Tracis CI: cache Hunter packages properly
cl-refactor
Paweł Bylica
8 years ago
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with
1 additions and
1 deletions
-
.travis.yml
|
|
@ -13,7 +13,7 @@ matrix: |
|
|
|
env: CUDA=OFF |
|
|
|
cache: |
|
|
|
directories: |
|
|
|
- $HOME/.hunter |
|
|
|
- $HOME/.hunter/_Base/Cache |
|
|
|
before_install: |
|
|
|
- if [[ "$CUDA" = ON ]]; then source scripts/install-cuda-trusty.sh; fi |
|
|
|
script: |
|
|
|