mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 19:37:51 -05:00
Add ccache support for macOS on Travis
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/bin/sh -ex
|
||||
|
||||
brew update
|
||||
brew install dylibbundler p7zip qt5 sdl2
|
||||
brew install dylibbundler p7zip qt5 sdl2 ccache
|
||||
brew outdated cmake || brew upgrade cmake
|
||||
|
Reference in New Issue
Block a user