travis/macos: Use macpack to bundle dependencies

This appears to properly handle the ffmpeg libraries that dylibbundler
failed to patch.
This commit is contained in:
Alex James 2019-03-09 22:05:56 +08:00 committed by fearlessTobi
parent e0f33ace85
commit 07d15816f7
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
#!/bin/sh -ex
brew update
brew install dylibbundler p7zip qt5 sdl2 ccache
brew install p7zip qt5 sdl2 ccache
brew outdated cmake || brew upgrade cmake
pip3 install macpack