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