mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
travis: add cache
This commit is contained in:
parent
e2db7a9125
commit
f289c596b5
@ -32,6 +32,12 @@ addons:
|
||||
- clang-3.7
|
||||
- llvm-3.7
|
||||
|
||||
cache:
|
||||
ccache: true
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
- $HOME/opt
|
||||
|
||||
before_install:
|
||||
- Tools/scripts/configure-ci.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user