mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore: more caching on MacOS Travis
This commit is contained in:
parent
b7b9b58d42
commit
fc2baea969
|
@ -107,6 +107,13 @@ matrix:
|
|||
os: osx
|
||||
osx_image: xcode9.2
|
||||
env: JOB=build-osx
|
||||
cache:
|
||||
ccache: true
|
||||
directories:
|
||||
- $HOME/Library/Caches/Homebrew
|
||||
before_cache:
|
||||
- brew cleanup
|
||||
|
||||
- stage: "macOS, AppImage and Flatpak"
|
||||
os: linux
|
||||
env: JOB=APPIMAGE
|
||||
|
|
|
@ -30,6 +30,7 @@ install_ccache() {
|
|||
brew update
|
||||
echo "Installing ccache..."
|
||||
brew install ccache
|
||||
brew --cache
|
||||
}
|
||||
|
||||
# Build OSX
|
||||
|
|
Loading…
Reference in New Issue
Block a user