mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 00:55:13 +01:00
Cache homebrew packages between builds
This commit is contained in:
parent
c99adfd6d2
commit
21ce65146a
@ -7,6 +7,13 @@ os:
|
|||||||
dist: focal
|
dist: focal
|
||||||
osx_image: xcode12
|
osx_image: xcode12
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/Library/Caches/Homebrew
|
||||||
|
|
||||||
|
before_cache:
|
||||||
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cleanup; fi
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user