summaryrefslogtreecommitdiffstats
path: root/.travis/macos/deps.sh
blob: 1a547c0608628d06efaa656d67c486b11e01dfa5 (plain) (blame)
1
2
3
4
5
#!/bin/sh -ex

brew update
brew install dylibbundler p7zip qt5 sdl2 ccache
brew outdated cmake || brew upgrade cmake