macOS CI: add Homebrew and Qt caches

This commit is contained in:
nastys 2023-07-09 23:19:37 +02:00 committed by Megamouse
parent bff6e0d277
commit ed75bab7b2
2 changed files with 18 additions and 7 deletions

View file

@ -121,12 +121,16 @@ freebsd_task:
macos_task:
timeout_in: 12000m
homebrew_cache:
folder: /Users/admin/Library/Caches/Homebrew
qt_cache:
folder: /tmp/Qt
ccache_cache:
folder: /tmp/ccache_dir
matrix:
- name: Cirrus macOS
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-xcode:14
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
mac_script:
- mkdir artifacts
- chmod +x ".ci/build-mac.sh"