Browse Source

chore: more caching on MacOS Travis

reviewable/pr5578/r2
sudden6 7 years ago
parent
commit
fc2baea969
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 7
      .travis.yml
  2. 1
      .travis/build-osx.sh

7
.travis.yml

@ -107,6 +107,13 @@ matrix: @@ -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

1
.travis/build-osx.sh

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

Loading…
Cancel
Save