Files
renderdoc/util/travis/osx_setup.sh
T
baldurk fa6b5c5d09 Magically fix travis OSX compile
* Probably there was a trailing non-zero exit code that's not actually fatal,
  from homebrew commands. The echo hides that.
2018-10-23 14:23:09 +01:00

9 lines
105 B
Bash
Executable File

#!/bin/sh
brew update
brew install qt5
brew link qt5 --force
brew upgrade python
echo "Setup complete"