1
0
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:
sudden6 2019-03-17 18:09:12 +01:00
parent b7b9b58d42
commit fc2baea969
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
2 changed files with 8 additions and 0 deletions

View File

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

View File

@ -30,6 +30,7 @@ install_ccache() {
brew update
echo "Installing ccache..."
brew install ccache
brew --cache
}
# Build OSX