Produce 7zip artifacts on Travis and Appveyor

This commit is contained in:
j-selby 2017-07-27 14:29:33 +10:00
parent 361dcc2e17
commit 0d04f39064
4 changed files with 21 additions and 4 deletions

View file

@ -36,5 +36,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
brew install qt5 sdl2 dylibbundler
brew install qt5 sdl2 dylibbundler p7zip
fi