summaryrefslogtreecommitdiffstats
path: root/.travis/macos/deps.sh
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2018-01-16 19:02:08 +0100
committerMerryMage <MerryMage@users.noreply.github.com>2018-01-16 19:02:08 +0100
commit153205edbba942447d1ac038d2599cab8ad598e8 (patch)
tree1b1f75cf53a1af76318b14cad7f085a6ec614eb8 /.travis/macos/deps.sh
parentUpdate README.md to include AppVeyor build status. (diff)
downloadyuzu-153205edbba942447d1ac038d2599cab8ad598e8.tar
yuzu-153205edbba942447d1ac038d2599cab8ad598e8.tar.gz
yuzu-153205edbba942447d1ac038d2599cab8ad598e8.tar.bz2
yuzu-153205edbba942447d1ac038d2599cab8ad598e8.tar.lz
yuzu-153205edbba942447d1ac038d2599cab8ad598e8.tar.xz
yuzu-153205edbba942447d1ac038d2599cab8ad598e8.tar.zst
yuzu-153205edbba942447d1ac038d2599cab8ad598e8.zip
Diffstat (limited to '.travis/macos/deps.sh')
-rwxr-xr-x.travis/macos/deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/macos/deps.sh b/.travis/macos/deps.sh
index b46482bbe..3cd13a39b 100755
--- a/.travis/macos/deps.sh
+++ b/.travis/macos/deps.sh
@@ -2,3 +2,4 @@
brew update
brew install dylibbundler p7zip qt5 sdl2
+brew outdated cmake || brew upgrade cmake