1
0
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:
Martin Tůma 2021-07-30 23:41:50 +02:00
parent c99adfd6d2
commit 21ce65146a

View File

@ -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: