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